Skip to content

Commit 0d51161

Browse files
committed
Release: 2018.8.22
1 parent 458effa commit 0d51161

File tree

3 files changed

+42
-100
lines changed

3 files changed

+42
-100
lines changed

chromium/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
"background-scripts/background.js"
2020
]
2121
},
22-
"web_accessible_resources": [
23-
"/pages/cancel/index.html"
24-
],
2522
"browser_action": {
2623
"default_icon": {
2724
"38": "images/icons/icon-active-38.png"
@@ -54,5 +51,8 @@
5451
"*://*/*",
5552
"ftp://*/*"
5653
],
57-
"version": "2018.6.21"
58-
}
54+
"version": "2018.8.22",
55+
"web_accessible_resources": [
56+
"/pages/cancel/index.html"
57+
]
58+
}

src/Changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2018.8.22
2+
* Adding a warning to pages which 'Block all unencrypted requests' is unable to upgrade
3+
* Adding a UX that enables users to add, delete, and edit update channels
4+
* Reduces memory overhead by optimizing exclusion regex
5+
* Block insecure FTP connections when 'Block all unencrypted requests' is checked
6+
* Bundled ruleset updates
7+
18
2018.6.21
29
* Fix: URLs with a hostname of '.' cause endless loop to be triggered
310
* Bundled ruleset updates

0 commit comments

Comments
 (0)