Add scanignore to allow publicsuffixes plaintext file from publicsuffix.org

This commit is contained in:
Jeremy JAMET 2020-11-03 14:04:21 +00:00 committed by Licaon_Kter
parent a874ead9dc
commit f747a818e8

View file

@ -238,7 +238,16 @@ Builds:
subdir: app
gradle:
- libre
ndk: r20b
scanignore:
- app/src/main/assets/publicsuffixes
ndk: r21d
MaintainerNotes: |-
The file at `app/src/main/assets/publicsuffixes` is a version of the
[Public Suffix List](https://publicsuffix.org/) that has been sorted and
stripped of all comments. It is identified as a binary files because it
contains two 4-byte length fields, one right at the beginning, but is
otherwise plaintext.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags