Fix unimplemented login route with # prefix
Fix IDE service routing and path normalization Refactor IDE services and add session rotation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -997,6 +997,11 @@ class Debugger
|
||||
return;
|
||||
}
|
||||
|
||||
// Don't output if suppressed (e.g., for IDE service requests)
|
||||
if (defined('SUPPRESS_CONSOLE_DEBUG_OUTPUT') && SUPPRESS_CONSOLE_DEBUG_OUTPUT) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Don't output if console HTML is disabled (e.g., for AJAX requests)
|
||||
if (static::$console_html_disabled) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user