diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-15 13:22:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-15 13:22:55 -0500 |
commit | a55c1dce36a57c67e83cd235a5cd6ab267ba2d38 (patch) | |
tree | ea52e311c8571330dc0e06c68307090f98ddf98f | |
parent | c4b1ad4739a609987d688487c39db94e896f2e24 (diff) | |
download | ematrix-a55c1dce36a57c67e83cd235a5cd6ab267ba2d38.tar.lz ematrix-a55c1dce36a57c67e83cd235a5cd6ab267ba2d38.tar.xz ematrix-a55c1dce36a57c67e83cd235a5cd6ab267ba2d38.zip |
Add warning
-rw-r--r-- | locale/en/messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en/messages.properties b/locale/en/messages.properties index ad277f1..db877e8 100644 --- a/locale/en/messages.properties +++ b/locale/en/messages.properties @@ -183,4 +183,4 @@ noscriptSpoofHelp=<p>When a browser does not support scripts, a web page can dis settingsUpdateIcon=Do not change the toolbar icon updateIconHelp=<p>By default, the extension will change its icon based on how many requests are blocked on the selected page.</p><p>Selecting this option will prevent ηMatrix from changing its icon.</p><p>When the page does not have requests (e.g. the extension‘s dashboard) the icon will still be changed to the “disabled” state.</p> resolveCnameLabel=Resolve CNAME records -resolveCnameHelp=<p>When resolving an address with DNS, some webistes use a CNAME record to redirect the resolution to a different address than the one asked for by the user.</p><p>This mechanism has legitimate uses and is convenient in a number of cases, but it can also be abused by unscrupolous criminals by “hiding” (cloaking) the address of a tracker behind a legitimate address.</p><p>When this setting is enabled, ηMatrix will query the DNS when a new address is met, resulting in it using the canonical name (CNAME) of the website.</p><p><b>Please note</b>: this will break your whitelist.</p> +resolveCnameHelp=<p>When resolving an address with DNS, some webistes use a CNAME record to redirect the resolution to a different address than the one asked for by the user.</p><p>This mechanism has legitimate uses and is convenient in a number of cases, but it can also be abused by unscrupolous criminals by “hiding” (cloaking) the address of a tracker behind a legitimate address.</p><p>When this setting is enabled, ηMatrix will query the DNS when a new address is met, resulting in it using the canonical name (CNAME) of the website.</p><p><b>Please note</b>: this will break your whitelist. It is also experimental and you are recommended to toggle this option <i>before</i> visiting a website. Toggling it and then refreshing an already loaded page might cause strange issues right now.</p> |