[Webkit-unassigned] [Bug 173613] New: Website policies passed during redirects do not take effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 20 12:41:31 PDT 2017


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

            Bug ID: 173613
           Summary: Website policies passed during redirects do not take
                    effect
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mrajca at apple.com

Website policies passed during redirects do not take effect and the original ones remain in effect. This happens because we cache these on the "policy document loader" which is null during a redirect. In that case, we fall back to the standard document loader. We ultimately end up caching our policies on two different document loaders, only one of which has effect. Since DocumentLoaders seem transient in nature, it might be better to cache these values on the Frame, as we do with the page zoom.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170620/22c90407/attachment.html>


More information about the webkit-unassigned mailing list