-
Notifications
You must be signed in to change notification settings - Fork 11
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
Lando scanners scans .lndo.site urls which are not in config #67
Comments
The laravel recipe provides the lndo.site URLs by default. There was a bug that caused custom proxy config to overwrite these URLs rather than add to them. So, because you had a custom proxy config set, you were seeing the buggy behavior where the default URLs were not present. The bug was fixed in a recent release of the laravel plugin, so that's likely why you now see the default URLs when you hadn't before. |
Interesting, so how I disable them? :D didn't see anything in the docs |
Ironically, there's not really a way to remove the default Is there a reason having those URLs is a problem? |
In that case I prefer the bugged version 😄 Jokes aside, I don't use them and the real issue is the scanner taking a lot of time scanning those urls which are not setup so they're returning error for every test |
@eldair in that case you could just disable the scanner: https://docs.lando.dev/core/v3/scanner.html#skipping |
@reynoldsalec yeah, that is a good temp solution but won't that disable all scanners - even for my own urls? |
Correct @eldair; I think the alternative would be to configure your app to use the |
When using lando start scanner starts scanning .lndo.site url for my site but it is not enabled or written anywhere in the config file. This started happening week or two ago.
The text was updated successfully, but these errors were encountered: