diff options
author | Moonchild <mcwerewolf@wolfbeast.com> | 2019-03-14 17:50:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 17:50:02 +0100 |
commit | 973b9cace810263b3f7d617f377f912dc3b06e4f (patch) | |
tree | 7223a707525f263dd61317bda2f6ec71ff62a075 | |
parent | 7650a03115a466a89974e240894f1d5e0063fdef (diff) | |
parent | 4d7390eaaae4456775a3614ee20a75d01f8f1074 (diff) | |
download | UXP-973b9cace810263b3f7d617f377f912dc3b06e4f.tar UXP-973b9cace810263b3f7d617f377f912dc3b06e4f.tar.gz UXP-973b9cace810263b3f7d617f377f912dc3b06e4f.tar.lz UXP-973b9cace810263b3f7d617f377f912dc3b06e4f.tar.xz UXP-973b9cace810263b3f7d617f377f912dc3b06e4f.zip |
Merge pull request #1006 from JustOff/PR_SSUAO_firefox.com
[PALEMOON] Add SSUAO override for firefox.com (native mode)
-rw-r--r-- | application/palemoon/branding/shared/pref/uaoverrides.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/palemoon/branding/shared/pref/uaoverrides.inc b/application/palemoon/branding/shared/pref/uaoverrides.inc index 567956640..3e28225f4 100644 --- a/application/palemoon/branding/shared/pref/uaoverrides.inc +++ b/application/palemoon/branding/shared/pref/uaoverrides.inc @@ -63,6 +63,7 @@ pref("@GUAO_PREF@.deviantart.com","Mozilla/5.0 (@OS_SLICE@ rv:@GRE_VERSION@) @GR pref("@GUAO_PREF@.deviantart.net","Mozilla/5.0 (@OS_SLICE@ rv:@GRE_VERSION@) @GRE_DATE_SLICE@ @PM_SLICE@");
pref("@GUAO_PREF@.altibox.dk","Mozilla/5.0 (@OS_SLICE@ rv:@GRE_VERSION@) @GRE_DATE_SLICE@ @PM_SLICE@");
pref("@GUAO_PREF@.altibox.no","Mozilla/5.0 (@OS_SLICE@ rv:@GRE_VERSION@) @GRE_DATE_SLICE@ @PM_SLICE@");
+pref("@GUAO_PREF@.firefox.com","Mozilla/5.0 (@OS_SLICE@ rv:@GRE_VERSION@) @GRE_DATE_SLICE@ @PM_SLICE@");
// UA-Sniffing domains below have indicated no interest in supporting Pale Moon (BOO!)
pref("@GUAO_PREF@.humblebundle.com","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Pale Moon)");
|