| Summary: | CSS not working anymore for pages on download.eclipse.org | ||
|---|---|---|---|
| Product: | Community | Reporter: | Didier Vojtisek <didier.vojtisek> |
| Component: | Website | Assignee: | phoenix.ui <phoenix.ui-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | chris.guindon, denis.roy |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Didier Vojtisek
I've fixed the link to css in the html sorry for that I think you have static links to images, such as: <img src='http://dev.eclipse.org/small_icons/actions/edit-copy.png'><a href='/gemoc/packages/nightly/gemoc_studio-linux.gtk.x86.zip'> gemoc_studio-linux.gtk.x86.zip</a><br /> I suggest you change <img src='http://dev.eclipse.org/small_icons/ to: <img src='//dev.eclipse.org/small_icons/ That way there won't be a warning if a user accesses the page in https https://download.eclipse.org/gemoc/packages/nightly/index.html thanks for the point about the https access to the images However, I still have some error when I look in chrome web developer console when opening these pages. " Refused to execute script from 'https://download.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js' because its MIME type ('text/x-js') is not executable, and strict MIME type checking is enabled. " This actually occurs on all download pages for any project I tried (like https://download.eclipse.org/technology/subversive/4.0/ or https://download.eclipse.org/sirius/ and others) It seems that none of the .js files hosted on download.eclipse.org will be processed. (maybe we should open another issue since this is not a css issue but js issue ?) Here is fine :) I've posted a fix for review, will be deployed in about 16 hours. (In reply to Denis Roy from comment #4) > Here is fine :) > > I've posted a fix for review, will be deployed in about 16 hours. I still see an error: Refused to execute script from 'https://download.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/main.min.js' because its MIME type ('text/x-js') is not executable, and strict MIME type checking is enabled. (In reply to Christopher Guindon from comment #5) > (In reply to Denis Roy from comment #4) > > Here is fine :) > > > > I've posted a fix for review, will be deployed in about 16 hours. > > I still see an error: > > Refused to execute script from > 'https://download.eclipse.org/eclipse.org-common/themes/solstice/public/ > javascript/main.min.js' because its MIME type ('text/x-js') is not > executable, and strict MIME type checking is enabled. The error seems gone now. Closing this bug. |