Version 1.23.1

This commit is contained in:
Kevin R 2022-03-23 11:55:56 +01:00
parent b41a3c963a
commit 173592e348
No known key found for this signature in database
GPG Key ID: A4AD5E0732960C98
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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}"