PEP – All Versions
PEP - All Versions
- PEP 0.4.3 - uncompressed, minified
- PEP 0.4.2 - uncompressed, minified
- PEP 0.4.1 - uncompressed, minified
- PEP 0.4.0 - uncompressed, minified
- PEP 0.3.0 - uncompressed, minified
<script
src="{{link}}"
integrity="{{hash}}"
crossorigin="anonymous"></script>
integrity
and crossorigin
attributes are used for
Subresource Integrity (SRI) checking.
This allows browsers to ensure that resources hosted on third-party servers have
not been tampered with. Use of SRI is recommended as a best-practice, whenever
libraries are loaded from a third-party source. Read more at srihash.org