mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
Browser+Ladybird+LibWeb: Port content filters to String
This commit is contained in:
parent
76ae60da15
commit
5089766af6
11 changed files with 23 additions and 22 deletions
|
@ -15,7 +15,7 @@ namespace Browser {
|
|||
extern DeprecatedString g_home_url;
|
||||
extern DeprecatedString g_new_tab_url;
|
||||
extern DeprecatedString g_search_engine;
|
||||
extern Vector<DeprecatedString> g_content_filters;
|
||||
extern Vector<String> g_content_filters;
|
||||
extern bool g_content_filters_enabled;
|
||||
extern Vector<String> g_autoplay_allowlist;
|
||||
extern bool g_autoplay_allowed_on_all_websites;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue