functions-framework-php icon indicating copy to clipboard operation
functions-framework-php copied to clipboard

fix: Remove $path blocking

Open valchevio opened this issue 1 year ago • 2 comments

Framework should not block any paths from being used.

valchevio avatar Mar 13 '24 16:03 valchevio

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?

HKWinterhalter avatar Mar 15 '24 00:03 HKWinterhalter

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.

valchevio avatar Mar 15 '24 11:03 valchevio