mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed encoding problem with some websites (#75)
This commit is contained in:
@@ -92,4 +92,17 @@ const Whitelist = {
|
||||
const BrowserType = {
|
||||
'CHROMIUM': chrome.runtime.getURL("/").startsWith("chrome-extension"),
|
||||
'FIREFOX': chrome.runtime.getURL("/").startsWith("moz-extension")
|
||||
}
|
||||
};
|
||||
|
||||
const CharsetDomains = {
|
||||
'dejure.org': 'iso-8859-1',
|
||||
'privacy-handbuch.de': 'iso-8859-1',
|
||||
'winfuture.de': 'iso-8859-1',
|
||||
'drwindows.de': 'iso-8859-1',
|
||||
'sphinx-soft.com': 'iso-8859-1',
|
||||
'ekaterinaguseva.ru': 'windows-1251',
|
||||
'hobbybrauerversand.de': 'iso-8859-1',
|
||||
'pro-linux.de': 'iso-8859-15',
|
||||
'gwdg.de': 'windows-1252',
|
||||
'tyurem.net': 'windows-1251'
|
||||
};
|
||||
|
Reference in New Issue
Block a user