diff options
author | V <vendicated@riseup.net> | 2023-10-09 03:15:43 +0200 |
---|---|---|
committer | V <vendicated@riseup.net> | 2023-10-09 03:15:43 +0200 |
commit | d81302f64c648f9eba0608ca0c9c6801a853f2b1 (patch) | |
tree | 8c27bc843a8956cef3e295456406ead787d9917b /src/utils/constants.ts | |
parent | 390987e4a9d58c4c0eb9d4f6b4101ecf1203ccba (diff) | |
download | Vencord-d81302f64c648f9eba0608ca0c9c6801a853f2b1.tar.gz Vencord-d81302f64c648f9eba0608ca0c9c6801a853f2b1.tar.bz2 Vencord-d81302f64c648f9eba0608ca0c9c6801a853f2b1.zip |
Revert mozilla store compliance changes
This reverts commit 97b6699afefe373d510dda5589a0754a4b380153.
Vencord is dropping support for the firefox extension, so these changes
are now obsolete. revert so users can still install the extension
manually and enjoy the full experience
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r-- | src/utils/constants.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index e80298d..6395ddf 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -389,5 +389,3 @@ export const DevsById = /* #__PURE__*/ (() => .map(([_, v]) => [v.id, v] as const) )) )() as Record<string, Dev>; - -export const IsFirefox = IS_EXTENSION && navigator.userAgent.toLowerCase().includes("firefox"); |