mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +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
|
@ -14,6 +14,7 @@ namespace Browser {
|
|||
extern String g_home_url;
|
||||
extern String g_search_engine;
|
||||
extern Vector<String> g_content_filters;
|
||||
extern bool g_content_filters_enabled;
|
||||
extern IconBag g_icon_bag;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue