diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-04 13:47:47 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-07-04 13:47:47 +0200 |
commit | 6fce24e0e85934061d95f6ad1ee64919d325ae5c (patch) | |
tree | 16266e946e72f7b6470b1143b11ed6fb12949c2a /application/palemoon/branding | |
parent | 0e54a032624b4ce23a959454047bfd504a734cc0 (diff) | |
download | UXP-6fce24e0e85934061d95f6ad1ee64919d325ae5c.tar UXP-6fce24e0e85934061d95f6ad1ee64919d325ae5c.tar.gz UXP-6fce24e0e85934061d95f6ad1ee64919d325ae5c.tar.lz UXP-6fce24e0e85934061d95f6ad1ee64919d325ae5c.tar.xz UXP-6fce24e0e85934061d95f6ad1ee64919d325ae5c.zip |
Remove FT's polyfill.io SSUAO now they have fixed their detection.
See also: https://github.com/Financial-Times/polyfill-useragent-normaliser/pull/12
Diffstat (limited to 'application/palemoon/branding')
-rw-r--r-- | application/palemoon/branding/shared/pref/uaoverrides.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/palemoon/branding/shared/pref/uaoverrides.inc b/application/palemoon/branding/shared/pref/uaoverrides.inc index 487d083a9..028b29b41 100644 --- a/application/palemoon/branding/shared/pref/uaoverrides.inc +++ b/application/palemoon/branding/shared/pref/uaoverrides.inc @@ -57,8 +57,6 @@ pref("@GUAO_PREF@.www.amazon.com","Mozilla/5.0 (@OS_SLICE@ rv:45.9) @GK_SLICE@ F pref("@GUAO_PREF@.soundcloud.com","Mozilla/5.0 (@OS_SLICE@ rv:@GRE_VERSION@) @GRE_DATE_SLICE@ @PM_SLICE@");
// Daily motion only likes strict Firefox UAs
pref("@GUAO_PREF@.dailymotion.com","Mozilla/5.0 (@OS_SLICE@ rv:52.0) @GK_SLICE@ Firefox/52.0");
-// Financial Times' polyfill.io breaks horribly on a Pale Moon UA. Send a strict Firefox UA instead.
-pref("@GUAO_PREF@.polyfill.io","Mozilla/5.0 (@OS_SLICE@ rv:60.9) @GK_SLICE@ Firefox/60.9");
// The following requires native mode. Or it blocks.. "too old firefox", breakage, etc.
|