Merge pull request #979 from AdguardTeam/AG-11257-Translate-into-Russian-description-of-$document-modifier

changed wording of one sentence
This commit is contained in:
nataMai 2021-11-19 02:57:05 -05:00 committed by GitHub
commit 430aaf207c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -434,7 +434,7 @@ The rule corresponds to the main frame document requests, i.e. HTML documents th
By default, AdGuard won't block the requests that are loaded in the browser tab (e.g. "main frame bypass"). The idea is not to prevent pages from loading as the user clearly indicated that they want this page to be loaded. However, if the `$document` modifier is specified explicitly, AdGuard does not use that logic and prevents the page load. Instead, it responds with a "blocking page".
If this modifier is used with an exclusion rule (`@@`), it completely disables blocking on corresponding pages. It is equal to the simultaneous use of `$elemhide`, `$content`, `$urlblock`, `$jsinject` and, `$extension` modifiers.
If this modifier is used with an exclusion rule (`@@`), it completely disables blocking on corresponding pages. It is equivalent to using `$elemhide`, `$content`, `$urlblock`, `$jsinject`, and `$extension` modifiers simultaneously.
> **Compatibility with different versions of AdGuard.** Blocking request type logic now only supported by dev-build of AdGuard.