Update Rules file

Kevin Röbert
2019-11-15 20:25:33 +00:00
parent 3c19fb97e2
commit ff5c7f3292

@@ -1,4 +1,6 @@
At the moment ClearURLs knows two types of rules files. The first and the oldest one is the **[data.json](#datajson)** file. The second one is the **[data.min.json](#dataminjson)** file. The differences are described below.
At the moment ClearURLs knows three types of rules files. The first and the oldest one is the **[data.json](#datajson)** file. The second one is the **[data.min.json](#dataminjson)** file and the third one is the **[data.minify.json](#dataminifyjson)**. The differences are described below.
*Note: If you want to implement one of these files into your project and always retrieve the current files from the repository, please use the GitLab Pages URL to access the files to preserve the GitLab infrastructure. The files are available at https://kevinroebert.gitlab.io/ClearUrls/data/$fileName$.*
# data.json
The **data.json** file saves all rules, exceptions and redirections, that are maintained by the ClearURLs developers and the community. This file is hosted at the GitLab repository of ClearURLs and is saved with an additional hash file, named **[rules.hash](#ruleshash)**, to ensure, that the rules are not faulty after download.