File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 35
35
<!-- ok: missing-integrity -->
36
36
< link rel ="stylesheet " href ="https://someurl/style.css " integrity ="sha256-somehashdigest ">
37
37
<!-- ok: missing-integrity -->
38
+ < link rel ="stylesheet " integrity ="sha256-somehashdigest href= "https: //someurl/style.css">
39
+ <!-- ok: missing-integrity -->
38
40
< link rel ="stylesheet " href ="./css/mystyle.css ">
39
41
<!-- ok: missing-integrity -->
40
42
< link rel ="preconnect " href ="https://fonts.gstatic.com/ " />
Original file line number Diff line number Diff line change 31
31
- pattern : src="//..."
32
32
- pattern : href='//...'
33
33
- pattern : href="//..."
34
- - pattern-not-regex : (?is).*integrity=
34
+ - pattern-not-regex : (?is).*integrity=.*
35
35
- pattern-not-regex : (google-analytics\.com|fonts\.googleapis\.com|fonts\.gstatic\.com|googletagmanager\.com)
36
36
- pattern-not-regex : .*rel\s*=\s*['"]?preconnect.*
37
37
paths :
You can’t perform that action at this time.
0 commit comments