[Webkit-unassigned] [Bug 204954] New: Web Inspector: non-regex Local Overrides and Script Blackboxing shouldn't apply to scripts that just contain the URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 11:59:43 PST 2019


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

            Bug ID: 204954
           Summary: Web Inspector: non-regex Local Overrides and Script
                    Blackboxing shouldn't apply to scripts that just
                    contain the URL
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

`Inspector::ContentSearchUtilities::createSearchRegex` doesn't add `^` and `$` to the beginning and end of the search string, meaning that the `InspectorNetworkAgent` would think that it should intercept <https://webkit.org/example> if it was given a non-regex Local Override for <https://webkit.org/>, since <https://webkit.org/example> _contains_ the string "https://webkit.org/".

-- 
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/20191206/ea1fe05e/attachment.htm>


More information about the webkit-unassigned mailing list