summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2020-06-18 16:44:28 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2020-07-09 08:48:42 +0200
commit61e39d94d60851bfb7d43d42b31759373dd7ba73 (patch)
treeb1808fa29bc88ed717643a9b94f84a911b7b5e5e /lib
parente83fb83f2eccb03a6ef37a1f98d3fe21bbd8156e (diff)
downloadepiphany-61e39d94d60851bfb7d43d42b31759373dd7ba73.tar.gz
Add support for Intelligent Tracking Prevention (ITP)
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-prefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h
index ac0a87682..05bbb2399 100644
--- a/lib/ephy-prefs.h
+++ b/lib/ephy-prefs.h
@@ -115,6 +115,7 @@ static const char * const ephy_prefs_state_schema[] = {
#define EPHY_PREFS_WEB_REMEMBER_PASSWORDS "remember-passwords"
#define EPHY_PREFS_WEB_ENABLE_SITE_SPECIFIC_QUIRKS "enable-site-specific-quirks"
#define EPHY_PREFS_WEB_ENABLE_SAFE_BROWSING "enable-safe-browsing"
+#define EPHY_PREFS_WEB_ENABLE_ITP "enable-itp"
#define EPHY_PREFS_WEB_GSB_API_KEY "gsb-api-key"
#define EPHY_PREFS_WEB_DEFAULT_ZOOM_LEVEL "default-zoom-level"
#define EPHY_PREFS_WEB_ENABLE_AUTOSEARCH "enable-autosearch"
@@ -144,6 +145,7 @@ static const char * const ephy_prefs_web_schema[] = {
EPHY_PREFS_WEB_REMEMBER_PASSWORDS,
EPHY_PREFS_WEB_ENABLE_SITE_SPECIFIC_QUIRKS,
EPHY_PREFS_WEB_ENABLE_SAFE_BROWSING,
+ EPHY_PREFS_WEB_ENABLE_ITP,
EPHY_PREFS_WEB_GSB_API_KEY,
EPHY_PREFS_WEB_DEFAULT_ZOOM_LEVEL,
EPHY_PREFS_WEB_ENABLE_AUTOSEARCH,