File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
cli/test/smokehouse/test-definitions Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
const expectations = {
12
12
artifacts : {
13
13
InspectorIssues : {
14
- mixedContentIssue : [
15
- {
14
+ mixedContentIssue : {
15
+ 0 : {
16
16
resourceType : 'Image' ,
17
17
resolutionStatus : 'MixedContentAutomaticallyUpgraded' ,
18
- insecureURL : 'http://www.mixedcontentexamples .com/Content/Test/steveholt .jpg' ,
19
- mainResourceURL : 'https://www.mixedcontentexamples.com/Test/NonSecureImage ' ,
18
+ insecureURL : 'http://cdn.glitch .com/446ca0ec-cc52-4774-889a-6dc040eac6ef%2Fpuppy .jpg?v=1600261043278 ' ,
19
+ mainResourceURL : 'https://passive-mixed-content.glitch.me/ ' ,
20
20
request : {
21
- url : 'http://www.mixedcontentexamples .com/Content/Test/steveholt .jpg' ,
21
+ url : 'http://cdn.glitch .com/446ca0ec-cc52-4774-889a-6dc040eac6ef%2Fpuppy .jpg?v=1600261043278 ' ,
22
22
} ,
23
23
} ,
24
- ] ,
24
+ } ,
25
25
} ,
26
26
} ,
27
27
lhr : {
28
- requestedUrl : 'https://www.mixedcontentexamples.com/Test/NonSecureImage ' ,
29
- finalDisplayedUrl : 'https://www.mixedcontentexamples.com/Test/NonSecureImage ' ,
28
+ requestedUrl : 'https://passive-mixed-content.glitch.me/ ' ,
29
+ finalDisplayedUrl : 'https://passive-mixed-content.glitch.me/ ' ,
30
30
audits : {
31
31
'is-on-https' : {
32
32
score : 0 ,
You can’t perform that action at this time.
0 commit comments