Skip to content

Commit df81d61

Browse files
committed
styleci
1 parent f2a4db9 commit df81d61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Config/firewall.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,12 @@
381381
// Evil starting attributes
382382
'#(<[^>]+[\x00-\x20\"\'\/])(form|formaction|on\w*|style|xmlns|xlink:href)[^>]*>?#iUu',
383383

384-
// javascript:, livescript:, vbscript:, mocha: protocols
385-
'!((java|live|vb)script|mocha|feed|data):(\w)*!iUu',
384+
// javascript:, livescript:, vbscript:, mocha: protocols
385+
'!((java|live|vb)script|mocha|feed|data):(\w)*!iUu',
386386
'#-moz-binding[\x00-\x20]*:#u',
387387

388-
// Unneeded tags
389-
'#</*(applet|meta|xml|blink|link|style|script|embed|object|iframe|frame|frameset|ilayer|layer|bgsound|title|base)[^>]*>?#i'
388+
// Unneeded tags
389+
'#</*(applet|meta|xml|blink|link|style|script|embed|object|iframe|frame|frameset|ilayer|layer|bgsound|title|base)[^>]*>?#i'
390390
],
391391

392392
'auto_block' => [

0 commit comments

Comments
 (0)