Implement Subresource Integrity for CDN Security

Just found out about this.

Subresource Integrity (SRI) would be a great security benefit that could be baked into Bricks Builder. Generally, it helps to ensure content served by a CDN is unchanged from what was served to the CDN by the website.

It involves using an integrity attribute for scripts and stylesheets to provide a hash of the script/stylesheet.

I believe this is something Bricks, as a theme, could easily handle globally, possibly for all scripts and stylesheets used on the website, no matter the plugins used.

Mozilla’s HTTP Observatory recommends it. More information can be found here.