Skip to content

Commit 9326f2c

Browse files
committed
Fix: Prevent profile edit catching.
1 parent e14dd59 commit 9326f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cleantalkMod.php

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function cleantalk_sfw_check()
8383
&& $_SERVER['REQUEST_METHOD'] == 'POST'
8484
&& strpos($_SERVER['REQUEST_URI'], 'action=admin') === false
8585
&& strpos($_SERVER['REQUEST_URI'], 'action=register') === false
86+
&& strpos($_SERVER['REQUEST_URI'], 'action=profile') === false
8687
&& strpos($_SERVER['REQUEST_URI'], 'action=signup') === false
8788
&& strpos($_SERVER['REQUEST_URI'], 'action=login') === false
8889
&& strpos($_SERVER['REQUEST_URI'], 'action=post') === false

0 commit comments

Comments
 (0)