mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Move away from Basilisk useragent, will probably cause regressions.
This commit is contained in:
parent
224f4ac229
commit
318d2a14ec
1 changed files with 5 additions and 5 deletions
|
|
@ -3,13 +3,13 @@
|
|||
#define UXP_VERSION @MOZILLA_UAVERSION_U@
|
||||
#define UXP_VERSION_SLICE Goanna/@UXP_VERSION@
|
||||
#define UXP_DATE_SLICE Goanna/20170101
|
||||
#define APP_SLICE Basilisk/@MOZ_APP_VERSION@
|
||||
#define APP_SLICE Dactyloidae/@MOZ_APP_VERSION@
|
||||
|
||||
#define GK_VERSION 52.9
|
||||
#define GK_SLICE Gecko/20100101
|
||||
#define FX_SLICE Firefox/@GK_VERSION@
|
||||
|
||||
#define PALE_MOON_VERSION 32.4.1
|
||||
#define PALE_MOON_VERSION 34.2.0
|
||||
#define PALE_MOON_SLICE PaleMoon/@PALE_MOON_VERSION@
|
||||
|
||||
// %OS_SLICE% macro is resolved at runtime, see MoonchildProductions/UXP/issues/1473
|
||||
|
|
@ -24,9 +24,9 @@ pref("@GUAO_PREF@.bing.com","Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) @GK_SLICE@
|
|||
pref("@GUAO_PREF@.chase.com","Mozilla/5.0 (%OS_SLICE% rv:102.0) @GK_SLICE@ Firefox/102.0");
|
||||
pref("@GUAO_PREF@.dropbox.com","Mozilla/5.0 (%OS_SLICE% rv:68.9) @GK_SLICE@ Firefox/68.9 (Basilisk)");
|
||||
pref("@GUAO_PREF@.instagram.com","Mozilla/5.0 (%OS_SLICE% rv:68.0) @GK_SLICE@ Firefox/68.0");
|
||||
pref("@GUAO_PREF@.google.com","Mozilla/5.0 (%OS_SLICE% rv:71.0) @GK_SLICE@ Firefox/71.0 @APP_SLICE@");
|
||||
pref("@GUAO_PREF@.google.com","Mozilla/5.0 (%OS_SLICE% rv:115.0) @GK_SLICE@ Firefox/115.0 @APP_SLICE@");
|
||||
pref("@GUAO_PREF@.googlevideos.com","Mozilla/5.0 (%OS_SLICE% rv:38.9) @GK_SLICE@ @UXP_VERSION_SLICE@ Firefox/38.9 @APP_SLICE@");
|
||||
pref("@GUAO_PREF@.gstatic.com","Mozilla/5.0 (%OS_SLICE% rv:71.0) @GK_SLICE@ Firefox/71.0 @APP_SLICE@");
|
||||
pref("@GUAO_PREF@.gstatic.com","Mozilla/5.0 (%OS_SLICE% rv:115.0) @GK_SLICE@ Firefox/115.0 @APP_SLICE@");
|
||||
pref("@GUAO_PREF@.kroger.com","Mozilla/5.0 (%OS_SLICE% rv:86.0) @GK_SLICE@ Firefox/86.0 (Basilisk)");
|
||||
pref("@GUAO_PREF@.live.com","Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Basilisk)");
|
||||
pref("@GUAO_PREF@.msn.com","Mozilla/5.0 (%OS_SLICE% rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Basilisk)");
|
||||
|
|
@ -63,7 +63,7 @@ pref("@GUAO_PREF@.citi.com","Mozilla/5.0 (%OS_SLICE% rv:68.0) @GK_SLICE@ Firefox
|
|||
pref("@GUAO_PREF@.facebook.com","Mozilla/5.0 (%OS_SLICE% rv:68.0) @GK_SLICE@ Firefox/68.0 @APP_SLICE@");
|
||||
pref("@GUAO_PREF@.mewe.com", "Mozilla/5.0 (%OS_SLICE% rv:102.0) Gecko/20100101 Firefox/102.0");
|
||||
|
||||
// UA-sniffing domains that are "app/vendor-specific" and do not like Basilisk
|
||||
// UA-sniffing domains that are "app/vendor-specific" and do not like Dactyloidae
|
||||
pref("@GUAO_PREF@.web.whatsapp.com","Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36");
|
||||
pref("@GUAO_PREF@.youtube.com","Mozilla/5.0 (%OS_SLICE%; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0");
|
||||
pref("@GUAO_PREF@.studio.youtube.com","Mozilla/5.0 (%OS_SLICE%; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue