File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 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}"
You can’t perform that action at this time.
0 commit comments