Skip to content
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

same origin probleem #19

Open
samalloing opened this issue Jan 5, 2016 · 1 comment
Open

same origin probleem #19

samalloing opened this issue Jan 5, 2016 · 1 comment
Assignees

Comments

@samalloing
Copy link

In firefox krijg ik thuis een same origin probleem:
mirador.js line 9904

SecurityError: The operation is insecure.
error source line:
if (localStorage.getItem(this.sessionID)) {

@samalloing
Copy link
Author

het probleem wordt veroorzaakt door third party cookies die niet enabeld zijn. Een oplossing zou kunnen zijn om een check in te voeren dat cookies geenabled zouden moeten zijn. Er moet een waarschuwing getoond worden als dat niet is. Een alternatief is om localstorage niet te gebruiken als die cookies niet beschikbaar zijn. Een derde oplossing zou kunnen kijken welk domein problemen geeft en kijken of dat dat niet achter een reverse proxy kan geplaatst worden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants