Updated FAQ (markdown)
parent
3f592685b8
commit
3b676ae30b
2
FAQ.md
2
FAQ.md
@ -203,7 +203,7 @@ More details on Google Chromes Data Saver mode on Android can be found at [Googl
|
|||||||
|
|
||||||
### How to make PrivateBin work when using Cloudflare for DDoS protection?
|
### How to make PrivateBin work when using Cloudflare for DDoS protection?
|
||||||
|
|
||||||
Cloudflare works as a reverse proxy in front of your webserver. Apart from protecting your site against DDoS it acts as a man-in-the-middle even for HTTPS sites and by default tries to optimize your site for faster loading. Part of that optimization (currently) breaks our [SRI](https://scotthelme.co.uk/subresource-integrity/) used to ensure that your JS files don't get modified (actually it works as intended as Cloudflare _does_ modify them). It has been reported that disabling the "rocket loader" feature in Cloudflare solves this issue.
|
Cloudflare works as a reverse proxy in front of your webserver. Apart from protecting your site against DDoS it acts as a man-in-the-middle even for HTTPS sites and by default tries to optimize your site for faster loading. Part of that optimization (currently) breaks our [SRI](https://scotthelme.co.uk/subresource-integrity/) used to ensure that your JS files don't get modified (actually it works as intended as Cloudflare _does_ modify them). It has been reported that disabling the "rocket loader" feature in Cloudflare solves this issue. If you don't want to disable "Rocket Loader" site wide, then you can disable it on a per page basis by adding the "Disable Performance" rule to for that page only, this will turn off "Minification, Rocket Loader, Mirage and Polish".
|
||||||
|
|
||||||
Similarly, if you encounter problems with `email-decode.min.js` you've enabled "email obfuscation" for your site in Cloudflare. In that case you will need to create a page rule for your PrivateBin URL to disable "email obfuscation".
|
Similarly, if you encounter problems with `email-decode.min.js` you've enabled "email obfuscation" for your site in Cloudflare. In that case you will need to create a page rule for your PrivateBin URL to disable "email obfuscation".
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user