-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE9 fails to show page content #167
Comments
@craigstanton @robbinsje a few questions
Here is the ajax call and setup I am using btw
https://github.com/dumparkltd/tsunami-db/blob/master/app/models/ContentModel.js#L19 |
We have not come across this I suspect partly because we no longer strive to make anything work in Internet Explorer 9. |
Unfortunately the warning appears only when serving the site locally Regardless, given that IE 9 is not a priority and if you are planning to host it as a NIWA subdomain, we should just wait for the launch. |
On Internet Explorer 9 page content not loading on development site from NIWA CMS caused by CORS (cross-origin resource sharing) restrictions
On localhost content pages load but prompting a warning message (see https://blogs.msdn.microsoft.com/ieinternals/2011/04/21/a-security-prompt-that-makes-you-go-huh/)
The text was updated successfully, but these errors were encountered: