File tree 2 files changed +11
-2
lines changed 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- Require Firefox >= 55
16
16
- Require Chrome >= 37
17
17
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
+
18
27
## [ 1.23.0] - 2022-03-22
19
28
20
29
### Compatibility note
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " ClearURLs" ,
4
- "version" : " 1.23.0 " ,
4
+ "version" : " 1.23.1 " ,
5
5
"author" : " Kevin Roebert" ,
6
6
"description" : " __MSG_extension_description__" ,
7
7
"homepage_url" : " https://docs.clearurls.xyz" ,
8
8
"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'" ,
10
10
"applications" : {
11
11
"gecko" : {
12
12
"id" : " {74145f27-f039-47ce-a470-a662b129930a}"
You can’t perform that action at this time.
0 commit comments