[Webkit-unassigned] [Bug 117823] [Qt] Add interface API for Origin whiteListing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 24 08:00:30 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117823
--- Comment #4 from Deepjyoti Saha <deesaha at cisco.com> 2013-06-24 07:59:10 PST ---
Hi Allan,
To some extent yes - it is the same issue because currently a QtWebKit based browser has no API's exposed to specify "origins" which can be white-listed for cross origin XMLHttpRequest requests.
The last attached patch in bug #31875 has the following:
1) Support required from WebCore, i.e changes related to WebCore's SecurityOrigin.
2) The above functionality in WebCore exposed through QtWebkit API's in QWebSecurityOrigin.
But in current WebCore code: Point 1) is already addressed and implemented in WebCore's SecurityPolicy class. But the same functionality is not exposed through QtWebKit APIs for the browser to use.
Considering the same, I have submitted this patch.
Also sometime back I raised the same query in the mailing list and Jocelyn had suggested the same as well.
Please correct me If my understanding is wrong.
Regards,
Deep
--
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