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:
@@ -88,3 +88,7 @@ const Whitelist = {
|
||||
'TRIM_EXPRESSION': /^;+|;+$/g,
|
||||
'VALUE_SEPARATOR': ';'
|
||||
};
|
||||
|
||||
const BrowserType = {
|
||||
'CHROMIUM': chrome.runtime.getURL("/").startsWith("chrome-extension")
|
||||
}
|
||||
|
Reference in New Issue
Block a user