mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 19:28:48 +00:00
WebContent+UI/Qt: Add debug option to toggle content filtering on/off
This was needed by @piruzzolo on Discord for debugging purposes and seems pretty useful :^)
This commit is contained in:
parent
00aa72c16e
commit
c361ea8916
Notes:
github-actions[bot]
2025-03-10 12:31:30 +00:00
Author: https://github.com/rmg-x
Commit: c361ea8916
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3844
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 24 additions and 0 deletions
|
@ -91,6 +91,7 @@ public:
|
|||
void set_line_box_borders(bool);
|
||||
void set_same_origin_policy(bool);
|
||||
void set_scripting(bool);
|
||||
void set_content_filtering(bool);
|
||||
void set_user_agent_string(ByteString const&);
|
||||
void set_navigator_compatibility_mode(ByteString const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue