Skip to content

Conversation

@marns93
Copy link

@marns93 marns93 commented Dec 16, 2025

Fixes: #626

The newest variation frankenphp is blocking everything under .well-known/. The following line is responsible for this

@rejected path *.bak *.conf *.dist *.fla *.ini *.inc *.inci *.log *.orig *.psd *.sh *.sql *.swo *.swp *.swop */.*

In this PR I've whitelisted some commonly used paths under .well-known/. For security reasons I don't want to allow everything, so I've whitelisted some of them. The list can be extended in the future.

@jaydrogers
Copy link
Member

Thanks for the PR! I will review soon 👍

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.

FrankenPHP returns 403 for commonly used hidden folders like .well-known/

2 participants