From f5662f9d009ec9ab01c37e68b1c2e86837b25611 Mon Sep 17 00:00:00 2001
From: whatsusername <34956062+whatsusername@users.noreply.github.com>
Date: Sun, 31 Dec 2017 09:08:16 +0000
Subject: [PATCH 1/4] Update setwhitelist.html
---
src/setwhitelist.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/setwhitelist.html b/src/setwhitelist.html
index 4304a264..14ea029b 100644
--- a/src/setwhitelist.html
+++ b/src/setwhitelist.html
@@ -1,4 +1,4 @@
-
-
\ No newline at end of file
+
From 7bfd49499d0b3f29cc62ca48d8e13efcf38727eb Mon Sep 17 00:00:00 2001
From: whatsusername <34956062+whatsusername@users.noreply.github.com>
Date: Sun, 31 Dec 2017 09:09:30 +0000
Subject: [PATCH 2/4] Update manifest.json
---
src/manifest.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/manifest.json b/src/manifest.json
index f9417071..e168c3fa 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -2,12 +2,12 @@
"manifest_version": 2,
"name": "Block Cloudflare MiTM Attack",
"description": "If the destination website use Cloudflare, block further request.",
-"version": "1.0.8",
+"version": "1.0.8.1",
"homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
"permissions": ["webRequest","webRequestBlocking","","storage","activeTab"],
"options_ui": {
"page": "setwhitelist.html",
- "browser_style": true
+ "browser_style": false
},
"icons": {
"32": "icons/icon-32.png",
@@ -28,4 +28,4 @@
"strict_min_version": "52.0"
}
}
-}
\ No newline at end of file
+}
From 03babb23b45da000739b420d98a8f13367befa2d Mon Sep 17 00:00:00 2001
From: whatsusername <34956062+whatsusername@users.noreply.github.com>
Date: Sun, 31 Dec 2017 09:10:32 +0000
Subject: [PATCH 3/4] Update setwhitelist.html
---
src/setwhitelist.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/setwhitelist.html b/src/setwhitelist.html
index 14ea029b..cf19c9d4 100644
--- a/src/setwhitelist.html
+++ b/src/setwhitelist.html
@@ -2,7 +2,7 @@
[Whitelist]
1. Add FQDN you want to ignore. One FQDN per line. Click "Save".
2. Open new tab and visit whitelisted website.
-
+
[Advanced]
From eff8be1b9152724b7a75b8be0ca27d0beba64d72 Mon Sep 17 00:00:00 2001
From: whatsusername <34956062+whatsusername@users.noreply.github.com>
Date: Sun, 31 Dec 2017 09:12:08 +0000
Subject: [PATCH 4/4] Create style.css
---
src/style.css | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 src/style.css
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 00000000..594891ef
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,3 @@
+body{font:13px Verdana}
+label{-webkit-user-select:none;-moz-user-select:none}
+textarea{white-space:pre;overflow-wrap:normal;overflow-x:scroll}