Gzip JavaScript file is not properly decoded with illegal character
Categories
(Core :: General, defect, P3)
Tracking
()
People
(Reporter: karlcow, Unassigned)
References
()
Details
(Whiteboard: [webcompat])
In https://webcompat.com/issues/28075
Firefox doesn't seem to be able to decode the JS file at
https://www.klaytn.com/bundle-e86e8b.js
It fails with SyntaxError: illegal character
Chrome is not happy too, but somehow recovers.
HTTP/2.0 200 OK
date: Mon, 01 Apr 2019 03:38:40 GMT
content-type: application/gzip
content-length: 193624
server: nginx
content-encoding: gzip
vary: Accept-Encoding
cache-control: public, max-age=512000
accept-ranges: bytes
last-modified: Fri, 29 Mar 2019 06:05:10 GMT
etag: W/"2f458-169c80d5423"
X-Firefox-Spdy: h2
I found a strange behaviour. I tried: GNU/linux ubuntu mate 64 bit firefox 66.0.2, firefox Developer Edition 67 b8, firefox ESR 60.6.1-> problem. Lineage OS 15.1 aka android 8.1 firefox for Android 66.0.2 -> problem. While on firefox focus -> it works well.
All the current version (desktop) of firefox are based on quantum project. On Android, firefox focus is based on gecko view (quantum) instead of web view (chromium) https://hacks.mozilla.org/2018/09/focus-with-geckoview/.
What could be the differences?
Comment 2•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Comment 3•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Comment 5•5 years ago
|
||
Whatever the issue was, it seems the site fixed it on their end. :(
Description
•