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

[1.x] Allow localhost ip access by default #81

Merged
merged 1 commit into from
Mar 5, 2020
Merged

[1.x] Allow localhost ip access by default #81

merged 1 commit into from
Mar 5, 2020

Conversation

migueldevpt
Copy link

@migueldevpt migueldevpt commented Mar 5, 2020

Currently the airlock middleware blocks requests from 127.0.0.1 by default only allowing the use localhost itself. This may lead to confusion to certain users especially since if you use artisan serve it recommends the use of 127.0.0.1:8000.

Currently the airlock middleware blocks request from 127.0.0.1 by default only allowing from using localhost itself. This may lead to confusion to certain users especially since if you use artisan serve it recommends the use of 127.0.0.1:8000
@driesvints driesvints changed the title Allow localhost ip access by default [1.x] Allow localhost ip access by default Mar 5, 2020
@n10000k
Copy link
Contributor

n10000k commented Mar 5, 2020

This should be 0.0.0.0 by default.

@taylorotwell taylorotwell merged commit 3a1079f into laravel:1.x Mar 5, 2020
@migueldevpt migueldevpt deleted the patch-1 branch March 5, 2020 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants