Skip to content

Commit

Permalink
CACHE-12946: add compatibility flag to override cache rules via cache…
Browse files Browse the repository at this point in the history
… api
  • Loading branch information
Yawar Jamal committed Feb 13, 2025
1 parent 6e7f731 commit 7dadfca
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 @@ -692,4 +692,10 @@ struct CompatibilityFlags @0x8f8c1b68151b6cef {
$experimental
$neededByFl;
# Enables cache settings specified request in fetch api cf object to override cache rules. (only for user owned or grey-clouded sites)

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

0 comments on commit 7dadfca

Please sign in to comment.