1
Fork 0
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:
Maciej 2022-02-01 11:17:37 +01:00 committed by Andreas Kling
parent 43e463748d
commit 4d1c28a23f
5 changed files with 26 additions and 6 deletions

View file

@ -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;
}