diff --git a/assets/resources/scriptlets.js b/assets/resources/scriptlets.js index 0ea0163c1..d8cad2e71 100644 --- a/assets/resources/scriptlets.js +++ b/assets/resources/scriptlets.js @@ -3388,6 +3388,7 @@ function setCookie( 'ok', 'accept', 'reject', 'allow', 'deny', + 'on', 'off', ]; if ( validValues.includes(value.toLowerCase()) === false ) { if ( /^\d+$/.test(value) === false ) { return; }