Skip to content

Commit 025990e

Browse files
anyakushingithub-actions[bot]
authored andcommitted
automatically update translations
1 parent 3d17008 commit 025990e

File tree

75 files changed

+2075
-1116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2075
-1116
lines changed

i18n/be/docusaurus-plugin-content-docs/current/adguard-for-linux/installation.md

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -43,89 +43,89 @@ AdGuard for Linux requires an [AdGuard license](https://adguard.com/license.html
4343

4444
1. After installation, enter:
4545

46-
```sh
47-
adguard-cli activate
48-
```
46+
```sh
47+
adguard-cli activate
48+
```
4949

5050
2. Then select the desired option:
5151

52-
![adguard-cli activate \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation1.png)
52+
![adguard-cli activate \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/1activate.png)
5353

5454
3. Once you have a license, follow the provided link to proceed with the activation:
5555

56-
![Activate license \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation2.png)
56+
![Activate license \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/2activate_link.png)
5757

5858
4. After activation, you can continue to work with the program:
5959

60-
![Successful activation \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation3.png)
60+
![Successful activation \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/3activate_success.png)
6161

6262
5. You can also reset your license by entering:
6363

64-
```sh
65-
adguard-cli reset-license
66-
```
64+
```sh
65+
adguard-cli reset-license
66+
```
6767

68-
or view the license info by entering
68+
or view the license info by entering
6969

70-
```sh
71-
adguard-cli license
72-
```
70+
```sh
71+
adguard-cli license
72+
```
7373

7474
6. Now you need to set up AdGuard CLI. To run the configuration wizard, enter:
7575

76-
```sh
77-
adguard-cli configure
78-
```
76+
```sh
77+
adguard-cli configure
78+
```
7979

80-
![Setup \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation4.png)
80+
![Setup \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/4configure.png)
8181

82-
The wizard will ask basic questions required for the initial setup.
82+
The wizard will ask basic questions required for the initial setup.
8383

8484
7. After that, you can start the AdGuard protection by entering
8585

86-
```sh
87-
adguard-cli start
88-
```
86+
```sh
87+
adguard-cli start
88+
```
8989

90-
![Start protecton \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation5.png)
90+
![Start protecton \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/5start.png)
9191

9292
8. You can check the protection status using:
9393

94-
```sh
95-
adguard-cli status
96-
```
94+
```sh
95+
adguard-cli status
96+
```
9797

98-
and stop it with:
98+
and stop it with:
9999

100-
```sh
101-
adguard-cli stop
102-
```
100+
```sh
101+
adguard-cli stop
102+
```
103103

104-
![Stop protecton \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation6.png)
104+
![Stop protecton \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/6status-stop.png)
105105

106106
9. To check the current configuration, enter:
107107

108-
```sh
109-
adguard-cli config show
110-
```
108+
```sh
109+
adguard-cli config show
110+
```
111111

112-
![Current setup \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation7.png)
112+
![Current setup \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/7config_show.png)
113113

114-
The path to the configuration file will also be displayed, which you can and should edit directly. It contains descriptions of all additional options.
114+
The path to the configuration file will also be displayed, which you can and should edit directly. It contains descriptions of all additional options.
115115

116-
As an alternative, you can use the commands:
116+
As an alternative, you can use the commands:
117117

118-
```sh
119-
adguard-cli config get
120-
```
118+
```sh
119+
adguard-cli config get
120+
```
121121

122-
or:
122+
or:
123123

124-
```sh
125-
adguard-cli config set
126-
```
124+
```sh
125+
adguard-cli config set
126+
```
127127

128-
They are primarily intended for scripting, though.
128+
They are primarily intended for scripting, though.
129129

130130
For further information on the available commands, check out the section [Settings and protection management](https://adguard.com/kb/adguard-for-linux/settings/).
131131

i18n/be/docusaurus-plugin-content-docs/current/general/ad-filtering/create-own-filters.md

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ Rules with the `$popup` modifier are not supported by AdGuard Content Blocker.
726726

727727
Works the same as the [`$~third-party`](#third-party-modifier) modifier, but only treats the request as first-party if the referrer and origin have exactly the same hostname.
728728

729+
Requests without a referrer are also treated as first-party requests, and the rules with the `$strict-first-party` modifier are applied to such requests.
730+
729731
**Examples**
730732

731733
- domain.com$strict-first-party' — this rule applies only to `domain.com`. For example, a request from `domain.com` to `http://domain.com/icon.ico` is a first-party request. A request from `sub.domain.com` to `http://domain.com/icon.ico` is treated as a third-party one (as opposed to the `$~third-party` modifier).
@@ -740,6 +742,8 @@ You can use a shorter name (alias) instead of using the full modifier name: `$st
740742

741743
Rules with the `$strict-first-party` modifier are supported by AdGuard for Windows, AdGuard for Mac, AdGuard for Android, and AdGuard for Linux with [CoreLibs][] v1.16 or later.
742744

745+
Requests without a referrer are matched by rules with `$strict-first-party` in AdGuard for Windows, AdGuard for Mac, and AdGuard for Android with [CoreLibs][] v1.18 or later.
746+
743747
:::
744748

745749
#### **`$strict-third-party`** {#strict-third-party-modifier}
@@ -779,20 +783,28 @@ To be considered as such, a third-party request should meet one of the following
779783

780784
**`$third-party`:**
781785

782-
- `||domain.com^$third-party` — this rule applies to all domains, except `domain.com` and its subdomains. An example of a third-party request: `http://example.org/banner.jpg`.
786+
- `||domain.com^$third-party` — this rule applies to all domains except `domain.com` and its subdomains. The rule is never applied if there is no referrer. An example of a third-party request: `http://example.org/banner.jpg`.
783787

784-
If there is a `$~third-party` modifier, the rule is only applied to the requests that are not from third parties. Which means, they have to be sent from the same domain.
788+
If there is a `$~third-party` modifier, the rule is only applied to requests that are not from third parties. Which means they have to be sent from the same domain or shouldn't have a referrer at all.
785789

786790
**`$~third-party`:**
787791

788-
- `||domain.com$~third-party` — this rule is applied exclusively to `domain.com`. Example of a non third-party request: `http://domain.com/icon.ico`.
792+
- `||domain.com$~third-party` — this rule applies only to `domain.com` and its subdomains. Example of a non third-party request: `http://sub.domain.com/icon.ico`.
793+
794+
Requests without a referrer are also treated as non third-party requests and the rules with the `$~third-party` modifier are applied to such requests.
789795

790796
:::note
791797

792798
You may use a shorter name (alias) instead of using the full modifier name: `$3p`.
793799

794800
:::
795801

802+
:::info Compatibility
803+
804+
Requests without a referrer are matched by rules with `$~third-party` in AdGuard for Windows, AdGuard for Mac, and AdGuard for Android with [CoreLibs][] v1.18 or later.
805+
806+
:::
807+
796808
#### **`$to`** {#to-modifier}
797809

798810
`$to` limits the rule scope to requests made **to** the specified domains and their subdomains. To add multiple domains to one rule, use the `|` character as a separator.
@@ -3328,6 +3340,26 @@ CSS rules may operate differently [depending on the platform](#cosmetic-rules-pr
33283340
33293341
:::
33303342
3343+
:::info Adblock Plus compatibility
3344+
3345+
In AdGuard products that use **CoreLibs version 1.18 or later**, you can also use element hiding rules to inject a `remove: true` declaration:
3346+
3347+
```adblock
3348+
example.org##body { remove: true; }
3349+
```
3350+
3351+
This usage is discouraged in favor of using [CSS rules](#cosmetic-css-rules) and is only supported for compatibility with filter lists written for Adblock Plus.
3352+
3353+
Element hiding exceptions (`#@#`) are matched by the selector part only, ignoring the declarations block part. For example, the above rule can be disabled by any of the following exception rules:
3354+
3355+
```adblock
3356+
example.org#@#body
3357+
example.org#@#body { remove: true; }
3358+
example.org#@#body{remove:true;}
3359+
```
3360+
3361+
:::
3362+
33313363
### Extended CSS selectors {#extended-css-selectors}
33323364
33333365
- [Limitations](#extended-css-limitations)

i18n/bn/docusaurus-plugin-content-docs/current/adguard-for-linux/installation.md

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -43,89 +43,89 @@ AdGuard for Linux requires an [AdGuard license](https://adguard.com/license.html
4343

4444
1. After installation, enter:
4545

46-
```sh
47-
adguard-cli activate
48-
```
46+
```sh
47+
adguard-cli activate
48+
```
4949

5050
2. Then select the desired option:
5151

52-
![adguard-cli activate \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation1.png)
52+
![adguard-cli activate \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/1activate.png)
5353

5454
3. Once you have a license, follow the provided link to proceed with the activation:
5555

56-
![Activate license \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation2.png)
56+
![Activate license \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/2activate_link.png)
5757

5858
4. After activation, you can continue to work with the program:
5959

60-
![Successful activation \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation3.png)
60+
![Successful activation \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/3activate_success.png)
6161

6262
5. You can also reset your license by entering:
6363

64-
```sh
65-
adguard-cli reset-license
66-
```
64+
```sh
65+
adguard-cli reset-license
66+
```
6767

68-
or view the license info by entering
68+
or view the license info by entering
6969

70-
```sh
71-
adguard-cli license
72-
```
70+
```sh
71+
adguard-cli license
72+
```
7373

7474
6. Now you need to set up AdGuard CLI. To run the configuration wizard, enter:
7575

76-
```sh
77-
adguard-cli configure
78-
```
76+
```sh
77+
adguard-cli configure
78+
```
7979

80-
![Setup \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation4.png)
80+
![Setup \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/4configure.png)
8181

82-
The wizard will ask basic questions required for the initial setup.
82+
The wizard will ask basic questions required for the initial setup.
8383

8484
7. After that, you can start the AdGuard protection by entering
8585

86-
```sh
87-
adguard-cli start
88-
```
86+
```sh
87+
adguard-cli start
88+
```
8989

90-
![Start protecton \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation5.png)
90+
![Start protecton \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/5start.png)
9191

9292
8. You can check the protection status using:
9393

94-
```sh
95-
adguard-cli status
96-
```
94+
```sh
95+
adguard-cli status
96+
```
9797

98-
and stop it with:
98+
and stop it with:
9999

100-
```sh
101-
adguard-cli stop
102-
```
100+
```sh
101+
adguard-cli stop
102+
```
103103

104-
![Stop protecton \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation6.png)
104+
![Stop protecton \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/6status-stop.png)
105105

106106
9. To check the current configuration, enter:
107107

108-
```sh
109-
adguard-cli config show
110-
```
108+
```sh
109+
adguard-cli config show
110+
```
111111

112-
![Current setup \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/activation7.png)
112+
![Current setup \*border](https://cdn.adtidy.org/content/Kb/ad_blocker/linux/7config_show.png)
113113

114-
The path to the configuration file will also be displayed, which you can and should edit directly. It contains descriptions of all additional options.
114+
The path to the configuration file will also be displayed, which you can and should edit directly. It contains descriptions of all additional options.
115115

116-
As an alternative, you can use the commands:
116+
As an alternative, you can use the commands:
117117

118-
```sh
119-
adguard-cli config get
120-
```
118+
```sh
119+
adguard-cli config get
120+
```
121121

122-
or:
122+
or:
123123

124-
```sh
125-
adguard-cli config set
126-
```
124+
```sh
125+
adguard-cli config set
126+
```
127127

128-
They are primarily intended for scripting, though.
128+
They are primarily intended for scripting, though.
129129

130130
For further information on the available commands, check out the section [Settings and protection management](https://adguard.com/kb/adguard-for-linux/settings/).
131131

0 commit comments

Comments
 (0)