mozilla / http-observatory

Mozilla HTTP Observatory
https://observatory.mozilla.org/
Mozilla Public License 2.0
1.84k stars 168 forks source link

SRI #427

Open malekalmorte75 opened 4 years ago

malekalmorte75 commented 4 years ago

Hello,

I need some help about this scan : https://observatory.mozilla.org/analyze/www.malekal.com Got a -50 malus on SRI but i don't have any http call or mixed content.

I can't figure out what the issue.

Any help is welcome,

Thank you !

floatingatoll commented 4 years ago

Subresource Integrity, -50, Subresource Integrity (SRI) not implemented, and external scripts are loaded over HTTP or use protocol-relative URLs via src="//..."

In your page content, I noted at least one instance of src="//...", here:

<script async src="//pagead2.googlesyndication.com [...]

Updating all instances of src="// to src="https:// should help.

On Fri, Jul 24, 2020 at 8:46 AM malekalmorte75 notifications@github.com wrote:

Hello,

I need some help about this scan : https://observatory.mozilla.org/analyze/www.malekal.com Got a -50 malus on SRI but i don't have any http call or mixed content.

I can't figure out what the issue.

Any help is welcome,

Thank you !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mozilla/http-observatory/issues/427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAWUDBZB77P7FYWLSA75BTR5GUHFANCNFSM4PG2Y5QA .

malekalmorte75 commented 4 years ago

haa thanks, i didnt read well sorry for the noise.

Thank again !

floatingatoll commented 4 years ago

No worries at all :)

On Fri, Jul 24, 2020 at 9:49 AM malekalmorte75 notifications@github.com wrote:

haa thanks, i didnt read well sorry for the noise.

Thank again !

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mozilla/http-observatory/issues/427#issuecomment-663632012, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAWUDDSFGFS6WJZFVXF4U3R5G3SZANCNFSM4PG2Y5QA .