diff options
-rw-r--r-- | src/hydrilla/proxy/policies/payload_resource.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hydrilla/proxy/policies/payload_resource.py b/src/hydrilla/proxy/policies/payload_resource.py index 6695ce1..07226cb 100644 --- a/src/hydrilla/proxy/policies/payload_resource.py +++ b/src/hydrilla/proxy/policies/payload_resource.py @@ -26,8 +26,6 @@ # court. """ -..... - We make file resources available to HTTP clients by mapping them at: http(s)://<pattern-matching_origin>/<pattern_path>/<token>/ @@ -51,7 +49,7 @@ the unauthorized accesses that we can detect. Since a web page authorized to access the resources may only be served when the corresponding mapping is enabled (or AUTO mode is on), we consider accesses to non-enabled mappings' resources a security breach -and block them by responding with 403 Not Found. +and block them by responding with 403 Forbidden. """ import dataclasses as dc |