From 21453723106ef524f8a07ef2ee2ba6d59ed7eb4a Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 21 Oct 2022 18:32:01 +0200 Subject: [proxy] Correct payload_resource.py module docstring --- src/hydrilla/proxy/policies/payload_resource.py | 4 +--- 1 file changed, 1 insertion(+), 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):///// @@ -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 -- cgit v1.2.3