瀏覽資料生命週期設定

設定 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"
]
}
]

支援的作業系統: 至少需要 Microsoft Windows 7 或 Windows Server 2008 系列產品

瀏覽資料生命週期設定

Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
Registry PathSoftware\Policies\Google\Chrome
Value NameBrowsingDataLifetime
Value TypeREG_SZ
Default Value

chrome.admx

系統管理範本 (電腦)

系統管理範本 (使用者)