Skip to content

Commit 9fb185c

Browse files
committed
Upadates API example
1 parent 9f87a59 commit 9fb185c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/content/docs/cache/how-to/cache-rules/settings.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,10 @@ API values: `"ignore_query_strings_order"`, `"cache_deception_armor"`, `"cache_b
217217
],
218218
"check_presence": [
219219
"header_1"
220-
]
220+
],
221+
"contains": {
222+
"accept-encoding": ["br", "zstd"]
223+
}
221224
},
222225
"cookie": {
223226
"include": [

0 commit comments

Comments
 (0)