[Webkit-unassigned] [Bug 44482] New: [Qt] Expose API to enable/disable universal access

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 23 19:09:19 PDT 2010


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

           Summary: [Qt] Expose API to enable/disable universal access
           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: alexkarpenko at hotmail.com



Alex Karpenko <alexkarpenko at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65204|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=65204)
 --> (https://bugs.webkit.org/attachment.cgi?id=65204)
This patch exposes an API for enabling/disabling universal access

The Qt API currently exposes a way to allow universal access from locally stored files. This is done by setting the QWebSettings::LocalContentCanAccessRemoteUrls attribute.

In special circumstances it is desirable to enable universal access for both local and remote documents. WebKit allows universal access to be enabled by calling WebCore::Security::setWebSecurityEnabled(false). However, QWebSettings does not expose this in its API.

This patch adds the QWebSettings::WebSecurityEnabled attribute to allow enabling/disabling universal access. By default universal access is disabled (QWebSettings::WebSecurityEnabled is false) as before, and can be enabled by the client by setting QWebSettings::WebSecurityEnabled to true.

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