We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa129f commit ef5d265Copy full SHA for ef5d265
lib/Watson/Foundation/Extension.php
@@ -30,7 +30,7 @@ public static function head(\rex_extension_point $ep)
30
if ($js_properties) {
31
$ep->setSubject($ep->getSubject()."\n".'
32
33
- <script type="text/javascript">
+ <script type="text/javascript" nonce="'.\rex_response::getNonce().'">
34
if (typeof($watsonSettings) == "undefined") {
35
var $watsonSettings = '.$js_properties.';
36
}
0 commit comments