-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
It can be annoying and wasteful to repeatedly mention the same public key in all the script tags. Different options to fix this could be:
[] Repurpose something like require-sri-for script to pretend that there's an integrity attribute on every element that doesn't already have one, filling its value with something
[] Use something like a meta tag to specify a default
I personally feel second is better because this feels something that should be separate from SRI.
Although, other ideas are welcome!
Reactions are currently unavailable