X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1099b6f88a887e924b8d205278d910a16b2e096d..e261e51adfc66fe3b8f49982209bc3c180f272fc:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 470d263..65c4d57 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -527,7 +527,9 @@ c.content.headers.accept_language = 'en-UK;q=1.0, en;q=0.9, de;q=0.7, fr;q=0.7, ## - none: Disable access to clipboard. ## - access: Allow reading from and writing to the clipboard. ## - access-paste: Allow accessing the clipboard and pasting clipboard content. -# c.content.javascript.clipboard = 'none' +c.content.javascript.clipboard = 'none' +config.set('content.javascript.clipboard', 'access', '*://*.gitlab.com/*') +config.set('content.javascript.clipboard', 'access', '*://*.github.com/*') ## Enable JavaScript. ## Type: Bool @@ -1267,7 +1269,7 @@ c.input.insert_mode.leave_on_load = True ## - last-opened: Open new tabs in the last (newest) opened window. ## - last-focused: Open new tabs in the most recently focused window. ## - last-visible: Open new tabs in the most recently visible window. -# c.new_instance_open_target_window = 'last-focused' +c.new_instance_open_target_window = 'last-visible' ## Show a filebrowser in download prompts. ## Type: Bool