diff --git a/pages/help/help.html b/pages/help/help.html index 0c979304..84744505 100644 --- a/pages/help/help.html +++ b/pages/help/help.html @@ -35,6 +35,9 @@
What is "HTML filter"? (Firefox only)

In most cases LocalCDN can easily replace embedded frameworks and improves privacy. In some cases the website may try to prevent this by setting certain options in the HTML source code. LocalCDN reads the HTML source code before it is displayed in the browser and removes these options.

+

Why is it necessary to remove crossorigin and integrity attributes?

+

The crossorigin attribute prevents the replacement because the source is no longer cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.js but moz-extension://UUID/resources/jquery/1.12.4. crossorigin forces the browser to ignore other sources.

+

To save disk space and to deliver more frameworks LocalCDN upgrades a framework. An integrity tag is the hash value of a file. If the check fails, the browser won't include a framework. The integrity check will fail because the hash values for e.g. jQuery 1.10.1 and jQuery 1.12.4 are different.

Unfortunately, it sometimes happens that special characters are then displayed incorrectly. In this case you can deactivate the setting again, to display the umlauts correctly.