mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
Browser: Add support for disabling content filtering
Just for completeness.
This commit is contained in:
parent
43e463748d
commit
4d1c28a23f
5 changed files with 26 additions and 6 deletions
|
@ -40,6 +40,8 @@ public:
|
|||
GUI::Action& inspect_dom_tree_action() { return *m_inspect_dom_tree_action; }
|
||||
GUI::Action& inspect_dom_node_action() { return *m_inspect_dom_node_action; }
|
||||
|
||||
void content_filters_changed();
|
||||
|
||||
private:
|
||||
explicit BrowserWindow(CookieJar&, URL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue