qutebrowser(clipboard): allow access on more sites

This commit is contained in:
surtur 2021-11-15 23:46:26 +01:00
parent 531d726c6d
commit 016eb0e50c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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://*')