View Issue Details

IDProjectCategoryView StatusLast Update
0000306XdebugStep Debuggingpublic2020-03-12 16:59
Reporterwthielen Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionwon't fix 
Summary0000306: Restrict debug output to certain IP addresses
Description

We work with live sites and it would be handy to use xdebug there too without the users noticing them. That can be done by restricting the output to be generated only if $_SERVER['REMOTE_ADDR'] is in a given array of restricted IP addresses. This could be made a config value that can be set via iniset.

Would be great to see that feature.

TagsNo tags attached.
Operating System
PHP Version5.1.6

Activities

derick

2016-12-06 19:55

administrator   ~0003956

Besides that you really shouldn't run Xdebug in production, this sort of functionality is already implemented in firewall software. I don't think I should be replicating tricky security related filters it there is already something very capable.

Issue History

Date Modified Username Field Change
2007-08-30 08:51 wthielen New Issue
2016-12-06 19:55 derick Note Added: 0003956
2016-12-06 19:55 derick Status new => resolved
2016-12-06 19:55 derick Resolution open => won't fix
2016-12-06 19:55 derick Assigned To => derick
2020-03-12 16:55 derick Severity tweak => feature
2020-03-12 16:59 derick Category Feature/Change request => Step Debugging