diff options
Diffstat (limited to '')
| -rw-r--r-- | config/qutebrowser/security.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/qutebrowser/security.py b/config/qutebrowser/security.py index 287442b..930368a 100644 --- a/config/qutebrowser/security.py +++ b/config/qutebrowser/security.py @@ -44,7 +44,8 @@ c.content.media.video_capture = 'ask' c.content.tls.certificate_errors = 'ask' c.content.desktop_capture = 'ask' c.content.mouse_lock = 'ask' -c.content.javascript.can_access_clipboard = True +# c.content.javascript.can_access_clipboard = True +c.content.javascript.clipboard = 'access' c.content.canvas_reading = True # c.content.fullscreen.window = True # Fullscreen fixed to window size |
