Private
Public Access
2
0

caddy: CRS v4.22.0 -> v4.23.0

This commit is contained in:
2026-02-05 17:31:42 +03:00
parent df6f913d95
commit 501cfacfe6
3 changed files with 16 additions and 3 deletions

View File

@@ -307,6 +307,7 @@ caddy_global_sites_defaults:
crs_max_file_size: 10485760 # 10 Mo
crs_combined_file_sizes: 20970520 # 20 Mo
crs_sampling_percentage: 100
crs_allow_method_override_parameter: 0
crs_allowed_methods:
# These variables can be used for adding and removing extensions from the list:
# crs_allowed_methods_add: ["XXX"]
@@ -319,9 +320,7 @@ caddy_global_sites_defaults:
# These variables can be used for adding and removing extensions from the list:
# crs_allowed_request_content_type_add: ["|xxx/yyy|"]
# crs_allowed_request_content_type_del: ["|zzz/aaa|"]
- "|application/csp-report|"
- "|application/json|"
- "|application/reports+json|"
- "|application/soap+xml|"
- "|application/x-www-form-urlencoded|"
- "|application/xml|"
@@ -374,6 +373,7 @@ caddy_global_sites_defaults:
- ".inc/"
- ".inf/"
- ".ini/"
- ".jks/"
- ".jse/"
- ".key/"
- ".licx/"
@@ -406,9 +406,12 @@ caddy_global_sites_defaults:
- ".sql/"
- ".sqlite/"
- ".sqlite3/"
- ".swap/"
- ".swo/"
- ".swp/"
- ".sys/"
- ".temp/"
- ".tfstate/"
- ".tlb/"
- ".tmp/"
- ".vb/"