From 36c1bd7d9cbba095f3ee216f0d3ccec002ea8991 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:15:54 +0900 Subject: modified qutebrowser/config.py, modified bin/qndl --- ar/.config/qutebrowser/config.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ar/.config') 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 -- cgit v1.2.3