diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-12 17:42:08 +0300 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-12 22:31:41 +0200 |
commit | 7a1e7c82779cc41f3ca1afc2112c60e23207d5fd (patch) | |
tree | f3932b90befd891ead5ba98301ea70a09daf9ff2 /application/basilisk/components/preferences/in-content/privacy.xul | |
parent | 7336eef241d22d4420b270bb5aa7e5692251455d (diff) | |
download | UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.tar UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.tar.gz UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.tar.lz UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.tar.xz UXP-7a1e7c82779cc41f3ca1afc2112c60e23207d5fd.zip |
Fix incorrect preprocessor defines for safebrowsing
Diffstat (limited to 'application/basilisk/components/preferences/in-content/privacy.xul')
-rw-r--r-- | application/basilisk/components/preferences/in-content/privacy.xul | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/basilisk/components/preferences/in-content/privacy.xul b/application/basilisk/components/preferences/in-content/privacy.xul index 8881a84fe..e6cdc5dd2 100644 --- a/application/basilisk/components/preferences/in-content/privacy.xul +++ b/application/basilisk/components/preferences/in-content/privacy.xul @@ -10,7 +10,7 @@ <preferences id="privacyPreferences" hidden="true" data-category="panePrivacy"> <!-- Tracking --> -#ifdef MOZ_SAFEBROWSING +#ifdef MOZ_SAFE_BROWSING <preference id="privacy.trackingprotection.enabled" name="privacy.trackingprotection.enabled" type="bool"/> @@ -91,7 +91,7 @@ <!-- Tracking --> <groupbox id="trackingGroup" data-category="panePrivacy" hidden="true"> -#ifdef MOZ_SAFEBROWSING +#ifdef MOZ_SAFE_BROWSING <vbox id="trackingprotectionbox" hidden="true"> <hbox align="start"> <vbox> |