parent
3701eb121f
commit
b6efe65891
@ -938,8 +938,12 @@ class WebEngineTab(browsertab.AbstractTab):
|
|||||||
if not navigation.accepted or not navigation.is_main_frame:
|
if not navigation.accepted or not navigation.is_main_frame:
|
||||||
return
|
return
|
||||||
|
|
||||||
needs_reload = {'content.plugins', 'content.javascript.enabled',
|
needs_reload = {
|
||||||
'content.javascript.can_access_clipboard'}
|
'content.plugins',
|
||||||
|
'content.javascript.enabled',
|
||||||
|
'content.javascript.can_access_clipboard',
|
||||||
|
'input.spatial_navigation',
|
||||||
|
}
|
||||||
assert needs_reload.issubset(configdata.DATA)
|
assert needs_reload.issubset(configdata.DATA)
|
||||||
|
|
||||||
changed = self.settings.update_for_url(navigation.url)
|
changed = self.settings.update_for_url(navigation.url)
|
||||||
|
Loading…
Reference in New Issue
Block a user