File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 * Copyright 2011, The Dojo Foundation
1212 * Released under the MIT, BSD, and GPL Licenses.
1313 *
14- * Date: Mon Dec 11 16:03:03 2023 -0600
14+ * Date: Mon Dec 11 16:28:39 2023 -0600
1515 */
1616( function ( window , undefined ) {
1717
@@ -6694,7 +6694,7 @@ var r20 = /%20/g,
66946694 rnoContent = / ^ (?: G E T | H E A D ) $ / ,
66956695 rprotocol = / ^ \/ \/ / ,
66966696 rquery = / \? / ,
6697- rscript = / < s c r i p t \b [ ^ < ] * (?: (? ! < \/ s c r i p t > ) < [ ^ < ] * ) * < \/ s c r i p t > / gi,
6697+ rscript = / < s c r i p t \b [ ^ < ] * (?: (? ! < \/ s c r i p t > ) < [ ^ < ] * ) * < * \/ * s c r i p t * > / gi,
66986698 rselectTextarea = / ^ (?: s e l e c t | t e x t a r e a ) / i,
66996699 rspacesAjax = / \s + / ,
67006700 rts = / ( [ ? & ] ) _ = [ ^ & ] * / ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ var r20 = /%20/g,
1111 rnoContent = / ^ (?: G E T | H E A D ) $ / ,
1212 rprotocol = / ^ \/ \/ / ,
1313 rquery = / \? / ,
14- rscript = / < s c r i p t \b [ ^ < ] * (?: (? ! < \/ s c r i p t > ) < [ ^ < ] * ) * < \/ s c r i p t > / gi,
14+ rscript = / < s c r i p t \b [ ^ < ] * (?: (? ! < \/ s c r i p t > ) < [ ^ < ] * ) * < * \/ * s c r i p t * > / gi,
1515 rselectTextarea = / ^ (?: s e l e c t | t e x t a r e a ) / i,
1616 rspacesAjax = / \s + / ,
1717 rts = / ( [ ? & ] ) _ = [ ^ & ] * / ,
You can’t perform that action at this time.
0 commit comments