Skip to content

Commit 3ad3f02

Browse files
authored
Apply first-party protections to AdGuard Japanese filter list (#208)
* apply first-party protections to adguard japanese filters * install npm dependencies in CI * update cargo-cp-artifact to 0.1.9
1 parent 12a1e5e commit 3ad3f02

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ jobs:
7171
- name: Run format tests
7272
if: steps.changed-files.outputs.any_changed == 'true'
7373
run: |
74+
npm ci
7475
npm run test

filter_lists/list_catalog.json

+1
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@
822822
"title": "Adguard Japanese filters 日本用フィルタ",
823823
"desc": "Removes advertisements from Japanese websites",
824824
"langs": ["ja", "jp"],
825+
"first_party_protections": true,
825826
"component_id": "ghnjmapememheddlfgmklijahiofgkea",
826827
"base64_public_key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsOoGwN4i751gHi1QmHMkFZCXFPseO/Q8qKOQViZI7p6THKqF1G3uHNxh8NjwKfsdcJLyZbnWx7BvDeyUw3K9hqWw4Iq6C0Ta1YEqEJFhcltV7J7aCMPJHdjZk5rpya9eXTWX1hfIYOvujPisKuwMNUmnlpaeWThihf4twu9BUn/X6+jcaqVaQ73q5TLS5vp13A9q2qSbEa79f/uUT8oKzN4S/GorQ6faS4bOl3iHuCT9abVXdy80WSut4bBERKgbc+0aJvi1dhpbCeM4DxVViM2ZccKvxSpyx4NvWj56dNKqFLvzoA4/Chz1udxifIXUHh0701s1Y4fLpY0wWP0uXQIDAQAB",
827828
"list_text_component": {

package-lock.json

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)