diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 09:15:54 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 09:15:54 +0900 |
| commit | 36c1bd7d9cbba095f3ee216f0d3ccec002ea8991 (patch) | |
| tree | 76da858eb381c9cc84aabe8211d5f307bcb92195 /ar/.config | |
| parent | 8db391ce6ca07ec78780c782a204abee357d73d0 (diff) | |
modified qutebrowser/config.py, modified bin/qndl
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/qutebrowser/config.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ar/.config/qutebrowser/config.py b/ar/.config/qutebrowser/config.py index a7841dc..e702c00 100644 --- a/ar/.config/qutebrowser/config.py +++ b/ar/.config/qutebrowser/config.py @@ -927,7 +927,12 @@ c.content.javascript.legacy_touch_events = "auto" ## qutebrowser's stylesheet handling are excluded, as those errors are to ## be expected and can't be easily handled by the underlying code. ## Type: Dict -# c.content.javascript.log_message.excludes = {'userscript:_qute_stylesheet': ['*Refused to apply inline style because it violates the following Content Security Policy directive: *']} +c.content.javascript.log_message.excludes = { + "userscript:_qute_stylesheet": [ + "*Refused to apply inline style because it violates the following Content Security Policy directive: *" + ], + "userscript:_qute_js": ["*TrustedHTML*"], +} ## Javascript message sources/levels to show in the qutebrowser UI. When ## a JavaScript message is logged from a location matching the glob |
