marko-js-archive / marko-widgets

[LEGACY] Module to support binding of behavior to rendered UI components rendered on the server or client
http://v3.markojs.com/docs/marko-widgets/
MIT License
142 stars 40 forks source link

add cspNonce support #164

Closed mlrawlings closed 7 years ago

mlrawlings commented 7 years ago

Allows passing out.global.cspNonce which will add a nonce attribute to the script tag generated by Marko Widgets.

@patrick-steele-idem Is this the only script tag that is generated?