我在 Chrome 设置中的“内容设置”->“Cookie”下选择了“仅保留本地数据直到我退出浏览器”选项。
当我退出 Chrome 时,我可以看到我的本地存储目录下的所有网站文件都被删除了。除了“https_www.google.com_0.localstorage”和“https_www.google.com_0.localstorage-journal”之外的所有文件。
因此,我有两个问题:
1)为什么?这对其他网站来说似乎不公平。
2)禁止这种阴险行为的最佳方法是什么?
谢谢。
更新-1:这是我现在正在做的事情。我创建了一个包含以下内容的批处理文件,我只是用它启动 Chrome:
del "%LocalAppData%\Google\Chrome\User Data\Default\Local Storage\*.google.com_0.localstorage"
del "%LocalAppData%\Google\Chrome\User Data\Default\Local Storage\*.google.com_0.localstorage-journal"
start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"