diff options
author | nullius <nullius@nym.zone> | 2018-01-07 04:42:39 +0000 |
---|---|---|
committer | nullius <nullius@nym.zone> | 2018-01-07 04:42:39 +0000 |
commit | c50bfa5f85df730a977813ac5bd4dc0007a1fe5d (patch) | |
tree | e025a097f6d63b5ac01973a78c9520337dc99bf5 /src/setwhitelist.html | |
parent | ee528226a8225917c67e2adad05b3f71d2652359 (diff) | |
download | cloudflare-tor-c50bfa5f85df730a977813ac5bd4dc0007a1fe5d.tar.lz cloudflare-tor-c50bfa5f85df730a977813ac5bd4dc0007a1fe5d.tar.xz cloudflare-tor-c50bfa5f85df730a977813ac5bd4dc0007a1fe5d.zip |
Pull v1.0.10.1 from a.m.o.; change to MIT license
- Pull v1.0.10.1 from a.m.o. Source files here included as-is.
- Change to MIT license. Closes #6.
Diffstat (limited to 'src/setwhitelist.html')
-rw-r--r-- | src/setwhitelist.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/setwhitelist.html b/src/setwhitelist.html index 241e909c..6df15485 100644 --- a/src/setwhitelist.html +++ b/src/setwhitelist.html @@ -2,21 +2,25 @@ [Whitelist]<br> 1. Add FQDN or .FQDN you want to ignore. Click "Save".<br> 2. Open new tab and visit whitelisted website.<br> -<small>(<i><b>.</b>mozilla.org</i> will allow <i>mozilla.org</i> and <i>*.mozilla.org</i>)</small> +<small>(<i><b>.</b>mozilla.org</i> will allow <i>mozilla.org</i> and <i>*.mozilla.org</i>)</small><br> <textarea cols="50" rows="12" id="myset_cfwhite" wrap="off"></textarea><br> +<label><input type="checkbox" id="myset_xautoclean"> Auto-remove whitelisted domain if it is no longer use MITM services</label><br><small>(Add-on will notify you)</small><br> <br> [Advanced]<br> -<label><input type="checkbox" id="myset_xincapsula"> Also detect and block Incapsula MiTM</label><br> -<label><input type="checkbox" id="myset_xgshield"> Also detect and block Google's Project Shield MiTM</label><br> -<label><input type="checkbox" id="myset_xsucuri"> Also detect and block Sucuri MiTM</label><br> <label><input type="checkbox" id="myset_xign3p"> Ignore 3rd party resource (not recommend)</label><br> +<label><input type="checkbox" id="myset_xwhitemark"> Change whitelisted website's title, favicon, and website border</label><br> <label><input type="checkbox" checked disabled> I don't like Man-in-the-middle attack.</label><br><!-- justajokedonttakethisseriouslyLOL //--> <br> +Also detect:<br> +<label><input type="checkbox" id="myset_xincapsula"> Incapsula MiTM</label><br> +<label><input type="checkbox" id="myset_xgshield"> Google's Project Shield MiTM</label><br> +<label><input type="checkbox" id="myset_xsucuri"> Sucuri MiTM</label><br> +<br> When MiTM attempt is detected:<br> <label><input type="radio" name="acttype" id="myset_xsimplewarn_0" value="0"> Show security warning page</label><br> -<label><input type="radio" name="acttype" id="myset_xsimplewarn_1" value="1"> Just change title and favicon</label><br> +<label><input type="radio" name="acttype" id="myset_xsimplewarn_1" value="1"> Just change title, favicon, and website border</label><br> <label><input type="radio" name="acttype" id="myset_xsimplewarn_2" value="2"> Cancel request immediately</label><br> <br> <input type="submit" value=" Save "> </form><script src="setwhitelist.js"></script> -</body></html> +</body></html>
\ No newline at end of file |