From 2817c6c03a4b7c686e15c57f6a3ea6a65a04816d Mon Sep 17 00:00:00 2001 From: ohad_perets Date: Wed, 26 Nov 2025 12:23:27 +0000 Subject: [PATCH] doc: Update policy schema Compiler 11.585.0-wafmc-000-update-doc-path-16124977 (02ed8c3c) --- content/includes/waf/policy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/includes/waf/policy.html b/content/includes/waf/policy.html index 1de75add6..a3c8e9a88 100644 --- a/content/includes/waf/policy.html +++ b/content/includes/waf/policy.html @@ -378,7 +378,7 @@

policy

signature-sets Yes array of objects -Defines behavior when signatures found within a signature-set are detected in a request. Settings are cumulative, so if a signature is found in any set with block enabled, that signature will have block enabled. +Defines behavior when signatures found within a signature-set are detected in a request. Settings are culmulative, so if a signature is found in any set with block enabled, that signature will have block enabled. @@ -3847,7 +3847,7 @@

parameters

  • pipe: pipe-separated values. Array color=["blue","black"] -> color=blue|black.
  • form: ampersand-separated values. Array color=["blue","black"] -> color=blue,black.
  • matrix: semicolon-prefixed values. Array color=["blue","black"] -> ;color=blue,black.
  • -
  • tsv: tab-separated values. Array color=["blue","black"] -> color=blue black.
  • +
  • tsv: tab-separated values. Array color=["blue","black"] -> color=bluetblack.
  • csv: comma-separated values. Array color=["blue","black"] -> color=blue,black.
  • label: dot-prefixed values. Array color=["blue","black"] -> .blue.black.
  • multi: multiple parameter instances rather than multiple values. Array color=["blue","black"] -> color=blue&color=black.