設定 Google Chrome 的瀏覽資料生命週期。管理員可以透過這項政策設定瀏覽器刪除資料 (依資料類型) 的時間點。這很適合需要處理敏感客戶資料的客戶。這項政策只有在 SyncDisabled 設為 True 時才會生效。
可選擇的資料類型有 'browsing_history'、'download_history'、'cookies_and_other_site_data'、'cached_images_and_files'、'password_signin'、'autofill'、'site_settings' 和 'hosted_app_data'。
瀏覽器會根據所選資料類型,自動刪除存放時間超過 'time_to_live_in_hours'的資料。下限值是 1 小時。
系統會在瀏覽器啟動後 15 秒刪除超過保留期限的資料,並在瀏覽器執行期間每小時執行一次刪除作業。
如要進一步瞭解架構和格式設定,請參閱 https://cloud.google.com/docs/chrome-enterprise/policies/?policy=BrowsingDataLifetime。
範例值:
[
{
"time_to_live_in_hours": 24,
"data_types": [
"browsing_history"
]
},
{
"time_to_live_in_hours": 12,
"data_types": [
"password_signin",
"autofill"
]
}
]
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | BrowsingDataLifetime |
Value Type | REG_SZ |
Default Value |
Registry Hive | HKEY_CURRENT_USER |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | BrowsingDataLifetime |
Value Type | REG_MULTI_SZ |
Default Value |