Skip to content

Commit 173592e

Browse files
committed
Version 1.23.1
1 parent b41a3c9 commit 173592e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Require Firefox >= 55
1616
- Require Chrome >= 37
1717

18+
## [1.23.1] - 2022-03-23
19+
20+
### Compatibility note
21+
- Require Firefox >= 55
22+
- Require Chrome >= 37
23+
24+
### Removed
25+
- Removed unnecessary `unsafe-eval` content security policy
26+
1827
## [1.23.0] - 2022-03-22
1928

2029
### Compatibility note

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"manifest_version": 2,
33
"name": "ClearURLs",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"author": "Kevin Roebert",
66
"description": "__MSG_extension_description__",
77
"homepage_url": "https://docs.clearurls.xyz",
88
"default_locale": "en",
9-
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'",
9+
"content_security_policy": "script-src 'self'; object-src 'none'",
1010
"applications": {
1111
"gecko": {
1212
"id": "{74145f27-f039-47ce-a470-a662b129930a}"

0 commit comments

Comments
 (0)