You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danyball thanks for raising the issue. I think this is a great idea and could simplify the process to deliver components to end users. Any contributions to the compiler would be much appreciated.
Prerequisites
Describe the Feature Request
If providing stencil component files via a CDN its recommended to load them with an integrity attribute: https://www.w3schools.com/tags/att_script_integrity.asp
This is easily possible for stencil's loader file. But this file loads other scripts without the possibility of adding a integrity hash.
Describe the Use Case
A big design system is providing stencil components via a CDN and consumers wanted to use this security technique.
Describe Preferred Solution
Describe Alternatives
There are a lot of alternatives. Maybe the consumer can create itself the hashes of loaded files and provide them to the stencil loader.
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: