Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Only allow routes for tests #1129

Closed
wants to merge 1 commit into from
Closed

[TASK] Only allow routes for tests #1129

wants to merge 1 commit into from

Commits on Sep 17, 2024

  1. [TASK] Only allow routes for tests

    On test environments this feature can be abused and therefor can be a
    liability. This looks for the env == testing to only allow it to be
    accessable during tests.
    
    If needed, the `$this->app->isLocal()` can be added to allow local abusing.
    bmoex committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    acacd6f View commit details
    Browse the repository at this point in the history