// custom *.sjs for Bug 1122236
// CSP: 'block-all-mixed-content'
const HEAD =
"" +
'
' +
"Bug 1122236 - CSP: Implement block-all-mixed-content" +
"";
const CSP_ALLOW =
'';
const CSP_BLOCK =
'';
const BODY =
"" +
'' +
'" +
"" +
"";
// We have to use this special code fragment, in particular '?nocache' to trigger an
// actual network load rather than loading the image from the cache.
const BODY_CSPRO =
"" +
'' +
'" +
"" +
"