Skip to content

Commit

Permalink
Version 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRoebert committed Mar 23, 2022
1 parent b41a3c9 commit 173592e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 173592e

Please sign in to comment.