gustafn
committed
on 05 Sep 16
- add support for W3C Subresource Integrity (SRI)
* For details about SRI, see https://www.w3.org/TR/SRI/
* Added arguments -crossorigin… Show more
- add support for W3C Subresource Integrity (SRI)

 * For details about SRI, see https://www.w3.org/TR/SRI/

 * Added arguments -crossorigin and -integrity

   to the following functions

     template::add_body_script

     template::add_script

     template::head::add_javascript

     template::head::add_link

     template::head::add_script

 * Updated blank-master.adp

- some more cleanup:

 * remove commented out code

 * add missing argument documentation

   (template::head::add_javascript)

 * document arguments alphabetically

Show less