From 32d0bd79637cdc6400798bc033c8e2149ec4c5a6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Oct 2023 00:51:15 +0530 Subject: config sync --- config/qutebrowser/security.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/qutebrowser/security.py') 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 -- cgit v1.3.1