mirror of
https://github.com/FULU-Foundation/CRW-Extension.git
synced 2026-05-13 00:52:10 -04:00
* We fixed the extension’s cross-TLD matching so valid international brand domains like ford.ca can still match their Consumer Rights Wiki entry, while false positives like axis.bank.in incorrectly matching axis.com are now blocked. The matching rules are now build-time data driven: ccTLD suffixes are generated from maintained country-code data, compound country-domain prefixes are derived from the Public Suffix List and filtered by a small policy file. * fix formatting * fix eslint * fix infinite loop for npm run build:watch
7 lines
52 B
Plaintext
7 lines
52 B
Plaintext
dist
|
|
node_modules
|
|
*.log
|
|
.idea/
|
|
*.iml
|
|
src/generated/
|