You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Falcon static route/cache is unprotected because AuthGuardMiddleware uses process_resource() hook which can't check static routes. (See Falcon middleware.)
On the other hand, change hook to process_request() would check static routes but cannot check URI templates because request.uri_template is None at the process_request() time.
Ale ani to by nebylo jen tak jelikož se cache soubory, to znamená preview, načítají v iframu a jak zase do iframe mohu vložit autentikaci header?...
Falcon static route
/cacheis unprotected becauseAuthGuardMiddlewareusesprocess_resource()hook which can't check static routes. (See Falcon middleware.)On the other hand, change hook to
process_request()would check static routes but cannot check URI templates becauserequest.uri_template is Noneat theprocess_request()time.Ale ani to by nebylo jen tak jelikož se cache soubory, to znamená preview, načítají v iframu a jak zase do iframe mohu vložit autentikaci header?...