Problem/Motivation
Load external scripts always with a proper protocol due to possible Subresource Integrity (SRI) failures.
It depends on the requested protocol if the script will load via HTTP.
But I think loading always via HTTPS should be the default these days.
This error will be reported by the MDN's HTTP Observatory Report. So possible this could lead to QA checklist fails by customers.
Issue fork etracker-3604128
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
sunlixThe official etracker code implementation do recommend the current implementation.
But if there is technically no reason, we chould change that.
Comment #5
sunlix