-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GH-1133] $network modifier description updated #261
Conversation
@@ -1481,6 +1481,8 @@ This is basically a Firewall-like rule allowing to fully block or unblock access | |||
|
|||
We recommend to get acquainted with this [article](#regexp-support) for better understanding of regular expressions. | |||
|
|||
`$network` modifier can only be included in rules alongside with `$app` and `$important` modifiers and no other ones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
в других местах как-то так выделяется
`$network` modifier can only be included in rules alongside with `$app` and `$important` modifiers and no other ones. | |
:::caution Restrictions | |
`$network` modifier can only be included in rules alongside with `$app` and `$important` modifiers and no other ones. | |
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ещё можно немного переформулировать:
`$network` modifier can only be included in rules alongside with `$app` and `$important` modifiers and no other ones. | |
The `$network` modifier can only be used in rules together with the `$app` and `$important` modifiers, and not with any other modifiers. |
@@ -1481,6 +1481,8 @@ This is basically a Firewall-like rule allowing to fully block or unblock access | |||
|
|||
We recommend to get acquainted with this [article](#regexp-support) for better understanding of regular expressions. | |||
|
|||
`$network` modifier can only be included in rules alongside with `$app` and `$important` modifiers and no other ones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ещё можно немного переформулировать:
`$network` modifier can only be included in rules alongside with `$app` and `$important` modifiers and no other ones. | |
The `$network` modifier can only be used in rules together with the `$app` and `$important` modifiers, and not with any other modifiers. |
Closes AdguardTeam/AdguardKnowledgeBase#1133