functions-framework-php
functions-framework-php copied to clipboard
fix: Remove $path blocking
Framework should not block any paths from being used.
Hi @anvalchev, it is part of the contract that these paths are disabled - https://github.com/GoogleCloudPlatform/functions-framework?tab=readme-ov-file#url-space.
Do you have a particular use case for them?
Hi @HKWinterhalter, yes, I'd like to serve files dynamically, and this includes robots.txt and favicon.ico. I don't see the point for these paths being blocked.