Issue metadata
Sign in to add a comment
|
Cookies for file:// urls are displayed as empty string |
||||||||||||||||||||||||
Issue descriptionchrome://settings/siteData shows cookies for file:/// urls with an empty host. Localstorage and other storage types are shown as belonging to "file:///". The issue seems to be in CookiesTreeModel::PopulateCookieInfoWithFilter where the source of the CookieTreeHostNode is generated from the domain of a cookie, which is empty for file cookies.
,
Jun 6 2018
...nor does loading a file:/// involve any headers in which cookies would be sent. If that's the case, we should simply disable cookie APIs for file:///.
,
Jun 6 2018
This is not really a UI issue because writes to document.cookie probably shouldn't end up in the cookie database if the document can't read from it anyway. I will file a new bug to prevent writes to be persisted |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by dullweber@chromium.org
, Jun 6 2018