From f55a5470c00c43ab9d3435d9466478c05a69d8b8 Mon Sep 17 00:00:00 2001 From: haywardgb Date: Sun, 12 Nov 2017 17:59:46 +0000 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index c59cab0..a532019 100644 --- a/FAQ.md +++ b/FAQ.md @@ -21,7 +21,7 @@ Please have a look at these questions *before* opening an issue in this repo. * [How to make PrivateBin work on my Android phone with data saver mode?](#user-content-how-to-make-privatebin-work-on-my-android-phone-with-data-saver-mode) * [How to make PrivateBin work when using Cloudflare for DDoS protection?](#user-content-how-to-make-privatebin-work-when-using-cloudflare-for-ddos-protection) * [How to make PrivateBin work when I have changed some JavaScript files?](#user-content-how-to-make-privatebin-work-when-i-have-changed-some-javascript-files) - +* [How to fix email-decode.min.js script causing errors?](#user-content-how-to-fix-email-decode-script-causing-errors) ## General @@ -210,4 +210,8 @@ Cloudflare works as a reverse proxy in front of your webserver. Apart from prote When changing the JS files (or adding new ones) you need to [regenerate the SRI hashes](https://github.com/PrivateBin/PrivateBin/wiki/Development#subresource-integrity-for-javascript-resources) in your template, so that they match the updated files. -If you didn't change the JS files intentionally, there might be someone/something interfering with these files. Most likely this is a (reverse) proxy, such as Cloudflare, certain VPNs, data saver modes in your client, etc. Try to use it from a different internet connection and a different device to figure out what is manipulating the files and if you can disable/circumvent it. \ No newline at end of file +If you didn't change the JS files intentionally, there might be someone/something interfering with these files. Most likely this is a (reverse) proxy, such as Cloudflare, certain VPNs, data saver modes in your client, etc. Try to use it from a different internet connection and a different device to figure out what is manipulating the files and if you can disable/circumvent it. + +### How to fix email.decode.min.js script from causing-errors? + +This problem seems to be specific to CloudFlare users. If you've enabled Email Obfuscation for your site, then you will need to create a page rule for your PrivateBin url with the Email Obfuscation disabled. \ No newline at end of file