[Webkit-unassigned] [Bug 191614] New: [SOUP] Remove extra spaces from Accept-Languages header

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 17:32:42 PST 2018


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

            Bug ID: 191614
           Summary: [SOUP] Remove extra spaces from Accept-Languages
                    header
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

Remove extra spaces from Accept-Languages header


Firefox header:

Accept-Language: en-US,en;q=0.7,es-ES;q=0.3

Chrome header:

Accept-Language: en-US,en;q=0.9,es;q=0.8

Epiphany before:

Accept-Language: en-us, en;q=0.90, es-es;q=0.80, es;q=0.70

Epiphany after:

Accept-Language: en-us,en;q=0.90,es-es;q=0.80,es;q=0.70


(Probably should stop lowercasing it too, but that's Epiphany, not WebKit, doing that.)

-- 
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/20181114/ad0d207b/attachment.html>


More information about the webkit-unassigned mailing list