testilo 52.1.5 → 52.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/procs/score/tic.js +6 -6
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -1288,14 +1288,14 @@ exports.issues = {
|
|
|
1288
1288
|
weight: 3,
|
|
1289
1289
|
tools: {
|
|
1290
1290
|
nuVal: {
|
|
1291
|
-
'^Resource violates Content Security Policy (meta tag): image .+ blocked by img-src directive.*$': {
|
|
1291
|
+
'^Resource violates Content Security Policy \(meta tag\): image .+ blocked by img-src directive.*$': {
|
|
1292
1292
|
variable: true,
|
|
1293
1293
|
quality: 1,
|
|
1294
1294
|
what: 'img-src content attribute blocks an image'
|
|
1295
1295
|
}
|
|
1296
1296
|
},
|
|
1297
1297
|
nuVnu: {
|
|
1298
|
-
'^Resource violates Content Security Policy (meta tag): image .+ blocked by img-src directive.*$': {
|
|
1298
|
+
'^Resource violates Content Security Policy \(meta tag\): image .+ blocked by img-src directive.*$': {
|
|
1299
1299
|
variable: true,
|
|
1300
1300
|
quality: 1,
|
|
1301
1301
|
what: 'img-src content attribute blocks an image'
|
|
@@ -3933,14 +3933,14 @@ exports.issues = {
|
|
|
3933
3933
|
weight: 3,
|
|
3934
3934
|
tools: {
|
|
3935
3935
|
nuVal: {
|
|
3936
|
-
'^Resource violates Content Security Policy (meta tag): external stylesheet .+ blocked by style-src directive.*$': {
|
|
3936
|
+
'^Resource violates Content Security Policy \(meta tag\): external stylesheet .+ blocked by style-src directive.*$': {
|
|
3937
3937
|
variable: true,
|
|
3938
3938
|
quality: 1,
|
|
3939
3939
|
what: 'style-src content attribute blocks an external stylesheet'
|
|
3940
3940
|
}
|
|
3941
3941
|
},
|
|
3942
3942
|
nuVnu: {
|
|
3943
|
-
'^Resource violates Content Security Policy (meta tag): external stylesheet .+ blocked by style-src directive.*$': {
|
|
3943
|
+
'^Resource violates Content Security Policy \(meta tag\): external stylesheet .+ blocked by style-src directive.*$': {
|
|
3944
3944
|
variable: true,
|
|
3945
3945
|
quality: 1,
|
|
3946
3946
|
what: 'style-src content attribute blocks an external stylesheet'
|
|
@@ -3997,14 +3997,14 @@ exports.issues = {
|
|
|
3997
3997
|
weight: 3,
|
|
3998
3998
|
tools: {
|
|
3999
3999
|
nuVal: {
|
|
4000
|
-
'^Resource violates Content Security Policy (meta tag): external script .+ blocked by script-src directive.': {
|
|
4000
|
+
'^Resource violates Content Security Policy \(meta tag\): external script .+ blocked by script-src directive.': {
|
|
4001
4001
|
variable: true,
|
|
4002
4002
|
quality: 1,
|
|
4003
4003
|
what: 'script-src content attribute blocks a script'
|
|
4004
4004
|
}
|
|
4005
4005
|
},
|
|
4006
4006
|
nuVnu: {
|
|
4007
|
-
'^Resource violates Content Security Policy (meta tag): external script .+ blocked by script-src directive.': {
|
|
4007
|
+
'^Resource violates Content Security Policy \(meta tag\): external script .+ blocked by script-src directive.': {
|
|
4008
4008
|
variable: true,
|
|
4009
4009
|
quality: 1,
|
|
4010
4010
|
what: 'script-src content attribute blocks a script'
|