Closed
Bug 947511
Opened 12 years ago
Closed 12 years ago
Goggles can't publish, because it can't load publication.js citing a mime type violation
Categories
(Webmaker Graveyard :: X-Ray Goggles, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: michiel, Assigned: alicoding)
Details
Attachments
(1 file)
Possibly a CSP or new server config causing goggles to be completely broken =)
Summary: Goggles can't load publication.js citing a mime type violation → Goggles can't publish, becuase it can't load publication.js citing a mime type violation
Summary: Goggles can't publish, becuase it can't load publication.js citing a mime type violation → Goggles can't publish, because it can't load publication.js citing a mime type violation
might also be caused by the recent redirect/rerouting for hackasaurus/goggles? Sounds less likely, but an option.
Flags: needinfo?(johns)
Comment 2•12 years ago
|
||
That did indeed recently change. Potentially as well, some of the localization stuff pushing up goggles and docs transifex files...not sure if a build went out with that in place yet? (cc jbuck)
Flags: needinfo?(jon)
Comment 3•12 years ago
|
||
Though, looking at Jenkins I see it was over 3 days ago that a new package was built for Goggles.
Is anything in Goggles referring back to hackasaurus?
| Assignee | ||
Comment 4•12 years ago
|
||
I don't think that was transifex stuff since this happened to me as well 3 days ago and I clear my cache of my browser and it's fixed. (Chrome)
| Assignee | ||
Comment 5•12 years ago
|
||
I was wrong on the last part since this still happen. Only I need to close Browser console first and try to publish and I can still see the error.
Comment 6•12 years ago
|
||
We have rolled back to v1.0.4 and this has resolved the issue.
Per Aali, it was https://bugzilla.mozilla.org/show_bug.cgi?id=944824 commit id 1e1f1fd9fa30199538a7a38ca7bd78087391a12e to blame
Flags: needinfo?(johns)
Comment 7•12 years ago
|
||
For reference, this is what it looked like:
https://dl.dropboxusercontent.com/u/2273146/Screen%20Shot%202013-12-06%20at%208.41.30%20PM.JPG
| Assignee | ||
Comment 8•12 years ago
|
||
This line to be exact. app.use(helmet.contentTypeOptions());
| Assignee | ||
Comment 9•12 years ago
|
||
| Assignee | ||
Comment 10•12 years ago
|
||
Attachment #8344126 -
Flags: review?(pomax)
Comment 11•12 years ago
|
||
Comment on attachment 8344126 [details] [review]
https://github.com/mozilla/goggles.webmaker.org/pull/79
r+, just fix up https://github.com/mozilla/goggles.webmaker.org/pull/79/files#r8181548
Attachment #8344126 -
Flags: review?(pomax) → review+
Comment 12•12 years ago
|
||
Yep, :aali is spot on. Nice catch!
Assignee: jon → ali
Status: NEW → ASSIGNED
Flags: needinfo?(jon)
Comment 13•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/goggles.webmaker.org
https://github.com/mozilla/goggles.webmaker.org/commit/fd66da6163abec7b08c10f85a89e117018c013c2
Fix bug947511 - Add content-type to publication.js
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•