[Webkit-unassigned] [Bug 117823] New: [Qt] Add interface API for Origin whiteListing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 23:38:44 PDT 2013


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

           Summary: [Qt] Add interface API for Origin whiteListing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jose.lejin at gmail.com


The QtWebkit API set in Qt 4.8 does not contain any intefraces which could allow a QtWebkit based browser to add/remove specific domains to be whitelisted for cross origin requests.  I understand that previously these API’s were exposed through the interfaces in “QWebSecurityOrigin” which invoked the  API’s in WebCore’s SecurityOrigin class. But currently the API’s to add/remove a whitelist entry are exposed through WebCore’s SecurityPolicy class and there are no interfaces in QtWebkit API to invoke the same.

This bug is raised to introduce new API in QWebSecurityOrigin for whiteListing (add/remove).

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