1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

forgot to adjust alises after modifying assts.json

This commit is contained in:
gorhill 2017-01-18 17:59:49 -05:00
parent cc00dd3adc
commit f4d2d6c891

View File

@ -180,9 +180,9 @@ api.listKeyAliases = {
"https://raw.githubusercontent.com/liamja/Prebake/master/obtrusive.txt": "EU-prebake",
"https://easylist-downloads.adblockplus.org/Liste_AR.txt": "ara-0",
"http://margevicius.lt/easylistlithuania.txt": "LTU-0",
"http://malwaredomains.lehigh.edu/files/immortal_domains.txt": "malware-0",
"assets/thirdparties/www.malwaredomainlist.com/hostslist/hosts.txt": "malware-1",
"assets/thirdparties/mirror1.malwaredomains.com/files/justdomains": "malware-2",
"assets/thirdparties/www.malwaredomainlist.com/hostslist/hosts.txt": "malware-0",
"assets/thirdparties/mirror1.malwaredomains.com/files/justdomains": "malware-1",
"http://malwaredomains.lehigh.edu/files/immortal_domains.txt": "malware-2",
"assets/thirdparties/pgl.yoyo.org/as/serverlist": "plowe-0",
"https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt": "ISR-0",
"https://raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt": "reek-0",
@ -356,7 +356,7 @@ var updateAssetSourceRegistry = function(json) {
for ( assetKey in oldDict ) {
if (
newDict[assetKey] === undefined &&
oldDict[assetKey].submitter === undefined
newDict[assetKey].submitter === oldDict[assetKey].submitter
) {
unregisterAssetSource(assetKey);
}