Skip to content

Commit 45e708c

Browse files
committed
MC-15577: Fix url output
1 parent 1a4a506 commit 45e708c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Test/Unit/EscaperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ public function escapeDataProvider()
406406
'http://test.com/?redirect=:\x74\x65\x78\x74x2cCPHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg',
407407
],
408408
[
409-
'http://test.com/?redirect={{{j}}{{j}}{{j}}{{j}}}avascript:alert(1)',
410-
'http://test.com/?redirect=:alert(1)',
409+
'http://test.com/?{{{test}}{{test_translated}}{{tes_origin}}{{theme}}}',
410+
'http://test.com/?test',
411411
],
412412
];
413413
}

0 commit comments

Comments
 (0)