Changes between Initial Version and Version 1 of Ticket #22249, comment 20
- Timestamp:
- 09/04/2015 08:06:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22249, comment 20
initial v1 1 1 Any update on this, I would really like to use this filter for Cloudflare: 2 https://support.cloudflare.com/hc/en-us/articles/200169436-How-can-I-have-Rocket-Loader-ignore-my-script-s-in-Automatic-Mode- 2 [https://support.cloudflare.com/hc/en-us/articles/200169436-How-can-I-have-Rocket-Loader-ignore-my-script-s-in-Automatic-Mode-] 3 3 4 4 I also want to use it to add the integrity and crossorigin when I register Bootstrap scripts from BootstrapCDN: 5 6 {{{ 5 7 <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous"> 8 }}} 6 9 10