From 057bc42375b078b166a04e8b60f8f875922527be Mon Sep 17 00:00:00 2001 From: orianelou <126462046+orianelou@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:47:24 +0300 Subject: [PATCH] Update local_policy.yaml --- examples/local_policy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/local_policy.yaml b/examples/local_policy.yaml index 8fe198c..7bd0542 100644 --- a/examples/local_policy.yaml +++ b/examples/local_policy.yaml @@ -24,10 +24,10 @@ practices: minimum-confidence: critical override-mode: prevent-learn protections: - csrf-protection: prevent-learn - error-disclosure: prevent-learn - non-valid-http-methods: true - open-redirect: prevent-learn + csrf-protection: inactive + error-disclosure: inactive + non-valid-http-methods: false + open-redirect: inactive anti-bot: injected-URIs: [] validated-URIs: [] @@ -59,4 +59,4 @@ log-triggers: custom-responses: - name: appsec-default-web-user-response mode: response-code-only - http-response-code: 403 \ No newline at end of file + http-response-code: 403