Skip to content

Commit

Permalink
Apply first-party protections to AdGuard Japanese filter list (#208)
Browse files Browse the repository at this point in the history
* apply first-party protections to adguard japanese filters
* install npm dependencies in CI
* update cargo-cp-artifact to 0.1.9
  • Loading branch information
antonok-edm authored Sep 5, 2024
1 parent 12a1e5e commit 3ad3f02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ jobs:
- name: Run format tests
if: steps.changed-files.outputs.any_changed == 'true'
run: |
npm ci
npm run test
1 change: 1 addition & 0 deletions filter_lists/list_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@
"title": "Adguard Japanese filters 日本用フィルタ",
"desc": "Removes advertisements from Japanese websites",
"langs": ["ja", "jp"],
"first_party_protections": true,
"component_id": "ghnjmapememheddlfgmklijahiofgkea",
"base64_public_key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsOoGwN4i751gHi1QmHMkFZCXFPseO/Q8qKOQViZI7p6THKqF1G3uHNxh8NjwKfsdcJLyZbnWx7BvDeyUw3K9hqWw4Iq6C0Ta1YEqEJFhcltV7J7aCMPJHdjZk5rpya9eXTWX1hfIYOvujPisKuwMNUmnlpaeWThihf4twu9BUn/X6+jcaqVaQ73q5TLS5vp13A9q2qSbEa79f/uUT8oKzN4S/GorQ6faS4bOl3iHuCT9abVXdy80WSut4bBERKgbc+0aJvi1dhpbCeM4DxVViM2ZccKvxSpyx4NvWj56dNKqFLvzoA4/Chz1udxifIXUHh0701s1Y4fLpY0wWP0uXQIDAQAB",
"list_text_component": {
Expand Down
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ad3f02

Please sign in to comment.