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

Ignore all ports by default in Site Preferences #2207

Merged
merged 1 commit into from
May 28, 2024

Conversation

varjolintu
Copy link
Member

@varjolintu varjolintu commented May 27, 2024

If e.g. http://localhost is set to Site Preferences and all features are disabled, URL's with ports (for example http://localhost:8000) are still accepted.

Changed the behavior so that with http://localhost all ports are also disabled by default. Single ports can be still ignored if explicitly set with http://localhost:8000, but both rules cannot exist simultaneously. Sadly, this removes the possibility to have a global ignore rule but some single ports allowed at the same time.

Fixes #2201.

@varjolintu varjolintu added the bug label May 27, 2024
@varjolintu varjolintu added this to the 1.9.1 milestone May 27, 2024
@varjolintu varjolintu requested a review from droidmonkey May 27, 2024 16:56
@varjolintu varjolintu merged commit 72832c1 into develop May 28, 2024
@varjolintu varjolintu deleted the fix/ignore_all_ports_by_default branch May 28, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to ignore all localhost(including 127.0.0.1 and all ports) pages?
2 participants