diff --git a/CHANGELOG.md b/CHANGELOG.md index fdce470..5f37b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Require Firefox >= 55 - Require Chrome >= 37 +## [1.23.1] - 2022-03-23 + +### Compatibility note +- Require Firefox >= 55 +- Require Chrome >= 37 + +### Removed +- Removed unnecessary `unsafe-eval` content security policy + ## [1.23.0] - 2022-03-22 ### Compatibility note diff --git a/manifest.json b/manifest.json index 51854d7..362f27f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.23.0", + "version": "1.23.1", "author": "Kevin Roebert", "description": "__MSG_extension_description__", "homepage_url": "https://docs.clearurls.xyz", "default_locale": "en", - "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'", + "content_security_policy": "script-src 'self'; object-src 'none'", "applications": { "gecko": { "id": "{74145f27-f039-47ce-a470-a662b129930a}"