Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[WebProfiler] Disabling the toolbar should also deactivate the listener #8130

Closed
@Tobion

Description

@Tobion

Currently when

web_profiler:
    toolbar: false
    intercept_redirects: false

is set, the WebDebugToolbarListener is still executed (but disabled). Ideally it should not be executed at all.
Both options must be false because they are indepentend of each other. Its quite irritating that toolbar option maps to WebDebugToolbarListener::DISABLED/ENABLED because its not really disabled either because intercept_redirects can still be active.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions