diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-10-15 00:51:15 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-10-15 00:51:15 +0530 |
| commit | 32d0bd79637cdc6400798bc033c8e2149ec4c5a6 (patch) | |
| tree | df6f25cb31bb2b93a1af5104b613c96013b823b9 /config/qutebrowser/security.py | |
| parent | 4eb5f01f1f7a11527be56bd8a8afecd31d640b15 (diff) | |
| download | nixos-config-32d0bd79637cdc6400798bc033c8e2149ec4c5a6.tar.gz nixos-config-32d0bd79637cdc6400798bc033c8e2149ec4c5a6.zip | |
config sync
Diffstat (limited to 'config/qutebrowser/security.py')
| -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 |
