qutebrowser(clipboard): allow access on more sites
This commit is contained in:
parent
531d726c6d
commit
016eb0e50c
@ -141,6 +141,24 @@ config.set('content.images', True, 'chrome-devtools://*')
|
||||
# Type: Bool
|
||||
config.set('content.images', True, 'devtools://*')
|
||||
|
||||
# Allow JavaScript to read from or write to the clipboard. With
|
||||
# QtWebEngine, writing the clipboard as response to a user interaction
|
||||
# is always allowed.
|
||||
# Type: Bool
|
||||
config.set('content.javascript.can_access_clipboard', True, 'git.dotya.ml')
|
||||
|
||||
# Allow JavaScript to read from or write to the clipboard. With
|
||||
# QtWebEngine, writing the clipboard as response to a user interaction
|
||||
# is always allowed.
|
||||
# Type: Bool
|
||||
config.set('content.javascript.can_access_clipboard', True, 'dotya.ml')
|
||||
|
||||
# Allow JavaScript to read from or write to the clipboard. With
|
||||
# QtWebEngine, writing the clipboard as response to a user interaction
|
||||
# is always allowed.
|
||||
# Type: Bool
|
||||
config.set('content.javascript.can_access_clipboard', True, 'drone.dotya.ml')
|
||||
|
||||
# Enable JavaScript.
|
||||
# Type: Bool
|
||||
config.set('content.javascript.enabled', True, 'chrome-devtools://*')
|
||||
|
Loading…
Reference in New Issue
Block a user