mirror of
https://github.com/getgrav/grav.git
synced 2026-03-01 01:51:29 +01:00
* Added default setting to enable/disable assets SRI * Added system options to enable/disable assets SRI * Added integrityHash function to create asset SRI * Output SRI integrity hash on CSS assets * Output SRI integrity hash for JS assets * Updated integrityHash visibility (protected => public) * Add SRI integrity hash to CSS and JS pipelines * Made integrityHash static