Skip to content

Commit

Permalink
Merge pull request #3342 from yj7o5/yawar/CACHE-11937_add-compat-flag…
Browse files Browse the repository at this point in the history
…-for-request-cf-overrides-cache-rules
  • Loading branch information
danlapid authored Jan 21, 2025
2 parents 4b4d7ee + 62f9e43 commit 18b213b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/workerd/io/compatibility-date.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -686,4 +686,10 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
$pythonSnapshotRelease(pyodide = "0.27.1", pyodideRevision = "2025-01-16",
packages = "2024-12-18", backport = 0,
baselineSnapshotHash = "TODO");

requestCfOverridesCacheRules @72 :Bool
$compatEnableFlag("request_cf_overrides_cache_rules")
$experimental
$neededByFl;
# Enables cache settings specified request in fetch api cf object to override cache rules. (only for user owned or grey-clouded sites)
}

0 comments on commit 18b213b

Please sign in to comment.