Version 1.3.4.0

+ Added suggestion from issue #106
+ Added new french translation. A special thanks to the translator
This commit is contained in:
Kevin Röbert
2018-10-08 16:28:53 +02:00
parent 8c84fa865c
commit 06b84d7490
3 changed files with 33 additions and 3 deletions

View File

@@ -845,7 +845,7 @@ function initSettings()
storage.badged_color = "ffa500";
storage.hashURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/rules.hash";
storage.ruleURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/data.json";
storage.types = ["main_frame", "sub_frame", "xmlhttprequest"];
storage.types = ["font", "image", "imageset", "main_frame", "media", "object", "object_subrequest", "other", "script", "stylesheet", "sub_frame", "websocket", "xbl", "xml_dtd", "xmlhttprequest", "xslt"];
storage.reportServer = "https://clearurls.xn--rb-fka.it";
}