1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Error in encoding fixed (#66)

This commit is contained in:
nobody42
2020-05-02 13:56:49 +02:00
parent d05777de60
commit f5a17653c5
5 changed files with 101 additions and 54 deletions

View File

@@ -90,5 +90,6 @@ const Whitelist = {
};
const BrowserType = {
'CHROMIUM': chrome.runtime.getURL("/").startsWith("chrome-extension")
'CHROMIUM': chrome.runtime.getURL("/").startsWith("chrome-extension"),
'FIREFOX': chrome.runtime.getURL("/").startsWith("moz-extension")
}