diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-04 14:05:18 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-04 14:05:18 +0100 |
commit | fd36926570ee11338ba30441b6cfcf4bf5ae1290 (patch) | |
tree | bacafd3f6efa36ce29f99cc6f6d3a2015a528e4d /application/basilisk/branding | |
parent | c8ef59dae54034a235b9b9390bc891680a78e8d6 (diff) | |
download | UXP-fd36926570ee11338ba30441b6cfcf4bf5ae1290.tar UXP-fd36926570ee11338ba30441b6cfcf4bf5ae1290.tar.gz UXP-fd36926570ee11338ba30441b6cfcf4bf5ae1290.tar.lz UXP-fd36926570ee11338ba30441b6cfcf4bf5ae1290.tar.xz UXP-fd36926570ee11338ba30441b6cfcf4bf5ae1290.zip |
[Basilisk] Add Netflix SSUAO to work around blocking behavior for
EME DRM-enforcement for later Firefox versions.
Diffstat (limited to 'application/basilisk/branding')
-rw-r--r-- | application/basilisk/branding/shared/uaoverrides.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/basilisk/branding/shared/uaoverrides.inc b/application/basilisk/branding/shared/uaoverrides.inc index fb0e6b79b..be713e9d3 100644 --- a/application/basilisk/branding/shared/uaoverrides.inc +++ b/application/basilisk/branding/shared/uaoverrides.inc @@ -26,6 +26,7 @@ pref("@GUAO_PREF@.addons.mozilla.org", "Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) // Required for domains that have proven unresponsive to requests from users
pref("@GUAO_PREF@.youtube.com","Mozilla/5.0 (@OS_SLICE@ rv:42.0) @GK_SLICE@ Firefox/42.0 @APP_SLICE@");
pref("@GUAO_PREF@.gaming.youtube.com","Mozilla/5.0 (@OS_SLICE@ rv:42.0) @GK_SLICE@ Firefox/42.0");
+pref("@GUAO_PREF@.netflix.com","Mozilla/5.0 (@OS_SLICE@ rv:42.0) @GK_SLICE@ Firefox/42.0 @APP_SLICE@");
// The never-ending Facebook debacle...
|