Skip to content

Commit

Permalink
Merge pull request #525 from AdguardTeam/README/info
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
Aydinv13 authored Feb 22, 2023
2 parents cb8570f + 18c8dc9 commit 449f7e7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@ cd HttpsExclusions
node index.js
```

Check the `dist` folder for the output.
Check the `dist` folder for the output.

## How the list gets updated in the AdGuard apps

The list of HTTPS exclusions gets updated automatically when a new version of the app is released. For the new version, current exclusions from this repository are fetched and set as default.

Note: the HTTPS exclusions list gets updated in **compile-time** because it is built into the application.

When you update AdGuard, the exclusion list will be updated **unless you modified it before**. If you have made changes to it, you won't get any updates.

0 comments on commit 449f7e7

Please sign in to comment.