mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2025-01-11 05:58:20 +00:00
Update 'tool/block_cloudflare_mitm_fx/src/setwhitelist.html'
This commit is contained in:
parent
7efc32f0da
commit
4f1cd0ac11
@ -1,9 +1,16 @@
|
|||||||
<html><head><meta charset="utf-8"><link rel="stylesheet" href="style.css"></head><body><form>
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<form>
|
||||||
[Whitelist]<br>
|
[Whitelist]<br>
|
||||||
1. Add FQDN or .FQDN you want to ignore. Click "Save".<br>
|
1. Add FQDN or .FQDN you want to ignore. Click "Save".<br>
|
||||||
2. Open new tab and visit whitelisted website.<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><br>
|
<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>
|
<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>
|
<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>
|
<br>
|
||||||
[Advanced]<br>
|
[Advanced]<br>
|
||||||
@ -22,5 +29,7 @@ When MiTM attempt is detected:<br>
|
|||||||
<label><input type="radio" name="acttype" id="myset_xsimplewarn_2" value="2"> Cancel request immediately</label><br>
|
<label><input type="radio" name="acttype" id="myset_xsimplewarn_2" value="2"> Cancel request immediately</label><br>
|
||||||
<br>
|
<br>
|
||||||
<input type="submit" value=" Save ">
|
<input type="submit" value=" Save ">
|
||||||
</form><script src="setwhitelist.js"></script>
|
</form>
|
||||||
</body></html>
|
<script src="setwhitelist.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user