cypherpunkengineering / cypherpunk-browser-extension

Cypherpunk Privacy proxy webextension for Chrome / Firefox
0 stars 0 forks source link

Ship JS level content blacklists as part of browser extension bundle #13

Open wiz opened 7 years ago

wiz commented 7 years ago

@taesup can you add a few example entries in your lists so we know how to populate the data?

https://github.com/cypherpunkengineering/cypherpunk-browser-extension/blob/master/src/ad-list.js https://github.com/cypherpunkengineering/cypherpunk-browser-extension/blob/master/src/malware-list.js

taesup commented 7 years ago

Here's a link to how the file used to look like. The format is the same for both ads and malware lists. Any other lists should also be added in this format and named the same way.

https://github.com/cypherpunkengineering/cypherpunk-browser-extension/blob/d88ddb4655a760c97fadbcfc7e93d73860875c56/src/ad-list.js