[Webkit-unassigned] [Bug 126833] New: Web Inspector: Resource and Frame saveIdentityToCookie should store URL hashes not URLs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 11 20:37:46 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=126833

           Summary: Web Inspector: Resource and Frame saveIdentityToCookie
                    should store URL hashes not URLs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy at apple.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


To save space and avoid some privacy leaks in URLs getting saved to disk, we should use String.prototype.hash to save the identity of the URL without the actual URL.

We use String.prototype.hash for many state WebInspector.Settings already, some for URLs.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list