Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"*://*/*",
"ftp://*/*"
],
"version": "2019.1.7",
"version": "2019.1.31",
"web_accessible_resources": [
"/pages/cancel/index.html"
]
Expand Down
7 changes: 7 additions & 0 deletions src/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2019.1.31
* Change "Block all unencrypted requests" language to "Encrypt all sites eligible"
* EASE mode patches for interstitial page and reload to trigger for EASE mode
* ES Lint clean up
* Disable test for Chrome (will work in patch while disabled)
* Deprecate I.P.s in rulesets (Special case for DNS I.P.s)

2019.1.7
* Change "Block all unencrypted requests" language to "Encrypt all sites eligible"
* Amend check_rules.py fetch test to disable rules only if all rules are problematic,
Expand Down
Loading