Skip to content

Commit 18b213b

Browse files
authored
Merge pull request #3342 from yj7o5/yawar/CACHE-11937_add-compat-flag-for-request-cf-overrides-cache-rules
2 parents 4b4d7ee + 62f9e43 commit 18b213b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/workerd/io/compatibility-date.capnp

+6
Original file line numberDiff line numberDiff line change
@@ -686,4 +686,10 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
686686
$pythonSnapshotRelease(pyodide = "0.27.1", pyodideRevision = "2025-01-16",
687687
packages = "2024-12-18", backport = 0,
688688
baselineSnapshotHash = "TODO");
689+
690+
requestCfOverridesCacheRules @72 :Bool
691+
$compatEnableFlag("request_cf_overrides_cache_rules")
692+
$experimental
693+
$neededByFl;
694+
# Enables cache settings specified request in fetch api cf object to override cache rules. (only for user owned or grey-clouded sites)
689695
}

0 commit comments

Comments
 (0)