-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support referrerpolicy modifier by ModifierValidator. #98 AG-24994
Squashed commit of the following: commit bf758af Author: Slava Leleka <[email protected]> Date: Tue Nov 7 14:10:51 2023 +0200 fix linter errors commit 81654b0 Author: Slava Leleka <[email protected]> Date: Tue Nov 7 14:09:22 2023 +0200 support referrerpolicy modifier by ModifierValidator
- Loading branch information
1 parent
31fb2b2
commit 3359288
Showing
7 changed files
with
121 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
packages/agtree/src/compatibility-tables/modifiers/referrerpolicy.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
adg_os_any: | ||
name: referrerpolicy | ||
description: This modifier allows overriding of a page's referrer policy. | ||
docs: https://adguard.app/kb/general/ad-filtering/create-own-filters/#referrerpolicy-modifier | ||
conflicts: | ||
- document | ||
- subdocument | ||
inverse_conflicts: true | ||
assignable: true | ||
negatable: false | ||
value_optional: true | ||
value_format: referrerpolicy_value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters