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 3535 <!-- ok: missing-integrity -->
3636 < link rel ="stylesheet " href ="https://someurl/style.css " integrity ="sha256-somehashdigest ">
3737 <!-- ok: missing-integrity -->
38+ < link rel ="stylesheet " integrity ="sha256-somehashdigest href= "https: //someurl/style.css">
39+ <!-- ok: missing-integrity -->
3840 < link rel ="stylesheet " href ="./css/mystyle.css ">
3941 <!-- ok: missing-integrity -->
4042 < link rel ="preconnect " href ="https://fonts.gstatic.com/ " />
Original file line number Diff line number Diff line change 3131 - pattern : src="//..."
3232 - pattern : href='//...'
3333 - pattern : href="//..."
34- - pattern-not-regex : (?is).*integrity=
34+ - pattern-not-regex : (?is).*integrity=.*
3535 - pattern-not-regex : (google-analytics\.com|fonts\.googleapis\.com|fonts\.gstatic\.com|googletagmanager\.com)
3636 - pattern-not-regex : .*rel\s*=\s*['"]?preconnect.*
3737 paths :
You can’t perform that action at this time.
0 commit comments