tc39 / template-for-proposals

A template for ECMAScript proposals
MIT License
120 stars 28 forks source link

fix(spec): add missing subresource integrity checks for css from cdns #34

Open DerekNonGeneric opened 1 year ago

DerekNonGeneric commented 1 year ago

This fixes a bug that causes ci failure for folks with codeql actions enabled for their proposal template repos.

I thought handling all cases where this comes up locally would suffice, but then that fixup commit comes and messes it all up again https://github.com/DerekNonGeneric/proposal-assertion-error/pull/14, so maybe fixing it here would be preferable.

/cc @ljharb @bakkot