qutebrowser: disallow js clipboard access
This commit is contained in:
parent
a7d3d0ebf2
commit
8b9bb8ac5a
@ -153,6 +153,10 @@ config.set('content.javascript.can_access_clipboard', True, 'dotya.ml')
|
||||
|
||||
config.set('content.javascript.can_access_clipboard', True, 'drone.dotya.ml')
|
||||
|
||||
## Allow JavaScript to close tabs.
|
||||
## Type: Bool
|
||||
c.content.javascript.can_close_tabs = False
|
||||
|
||||
# Enable JavaScript.
|
||||
# Type: Bool
|
||||
config.set('content.javascript.enabled', True, 'chrome-devtools://*')
|
||||
|
Loading…
Reference in New Issue
Block a user