Skip to content

Commit 2505c3a

Browse files
committed
remove default nonce
1 parent 9a08b53 commit 2505c3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Ajax/JsUtils.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ public function __construct($params = array(), $injected = NULL) {
213213
'defer' => false,
214214
'ajax' => $ajaxDefault,
215215
'historize' => true,
216-
'autoActiveLinks' => true,
217-
'nonce' => false
216+
'autoActiveLinks' => true
218217
];
219218
foreach ($defaults as $key => $val) {
220219
if (isset($params[$key]) === false || $params[$key] === "") {

0 commit comments

Comments
 (0)