NEW 112476
UserContentURLPattern does not properly handle URLs with ports
https://bugs.webkit.org/show_bug.cgi?id=112476
Summary UserContentURLPattern does not properly handle URLs with ports
Martin Robinson
Reported 2013-03-15 16:15:07 PDT
I stumbled upon this bug implementing the user stylesheet API for WebKit2GTK+. It seems that a pattern of "http://127.0.0.1:57779/somepath" does not match the URL "http://127.0.0.1:57779/somepath"
Attachments
Martin Robinson
Comment 1 2013-03-15 16:31:52 PDT
I also notice that '*://*/somepath' does not match "http://127.0.0.1:57779/somepath" either.
Note You need to log in before you can comment on or make changes to this bug.