გაზიარება არხიდან:


BackForwardCacheEnabled

Control the BackForwardCache feature.

Supported versions

  • Windows: Not supported
  • macOS: Not supported
  • Android: ≥ 138
  • iOS: Not supported

Description

When enabled, the BackForwardCache feature allows the use of the back-forward cache. When navigating away from a page, its current state (document tree, script, and so on) may be preserved in the back-forward cache. If the browser navigates back to the page, the page may be restored from the back-forward cache and displayed in the state it was in before being cached.

This feature might cause issues for some websites that don't expect this caching. In particular, some websites depend on the unload event being dispatched when the browser navigates away from the page. The "unload" event isn't dispatched if the page enters the back-forward cache.

If you enable or don't configure this policy, the BackForwardCache feature is enabled.

If you disable this policy, then the feature is force disabled.

Supported features

  • Can be mandatory: Yes
  • Can be recommended: No
  • Dynamic Policy Refresh: Yes
  • Per Profile: No
  • Applies to a profile that is signed in with a Microsoft account: Yes

Data type

  • Boolean

Android information and settings

  • Preference Key name: BackForwardCacheEnabled
  • Example value:
true

See also