Skip to content

Commit

Permalink
[rule] add phpstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jul 30, 2024
1 parent f1e70a1 commit b15afcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions naxsi_rules/blocking/40000000_php_security.rules
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ MainRule id:40000036 "s:$UWA:8" "str:adminer" "mz:URL" "msg:SQL Admin Interface"
# Block access to Symfony Web Framework dev mode.
MainRule id:40000037 "s:$UWA:8" "str:app_dev" "mz:URL" "msg:Symfony Web Framework dev mode";

# XDEBUG_SESSION in request
MainRule id:40000038 "s:$UWA:8" "str:XDEBUG_SESSION" "mz:ALL" "msg:XDEBUG_SESSION in request";
# phpstorm in request
MainRule id:40000038 "s:$UWA:8" "str:phpstorm" "mz:URL|ARGS|HEADERS" "msg:phpstorm in request";

0 comments on commit b15afcb

Please sign in to comment.