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

Font Awesome injections in Chromium deactivated (Fixed #67)

This commit is contained in:
nobody42
2020-05-02 06:58:40 +02:00
parent 54ce5e25d1
commit 99bbe96279
3 changed files with 12 additions and 0 deletions

View File

@@ -88,3 +88,7 @@ const Whitelist = {
'TRIM_EXPRESSION': /^;+|;+$/g,
'VALUE_SEPARATOR': ';'
};
const BrowserType = {
'CHROMIUM': chrome.runtime.getURL("/").startsWith("chrome-extension")
}