[Webkit-unassigned] [Bug 133296] New: Need to check invalid scheme in navigator content utils

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 26 21:25:35 PDT 2014


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

           Summary: Need to check invalid scheme in navigator content
                    utils
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


According to spec, scheme value should not contain a colon. So, this cl checks if scheme contains a colon.

"The scheme value, if it contains a colon (as in "mailto:"), will never match anything, since schemes don't contain colons."

Spec: http://www.whatwg.org/specs/web-apps/current-work/#custom-handlers

Blink back merge : https://src.chromium.org/viewvc/blink?view=rev&revision=174748

-- 
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