MasseGuillaume / ScalaKata2

Interactive Playground
https://scastie.scala-lang.org/
98 stars 13 forks source link

firefox local storage #3

Closed MasseGuillaume closed 8 years ago

MasseGuillaume commented 9 years ago

Note: If you are using Firefox with restrictive cookie settings, the site fails to load because of a SecurityError related to Web Storage API. As outlined in this super-user question/answer, the trick is to add http://scalakata.com/ to the allowed websites (whitelist) in the cookie exceptions settings. @MasGui - perhaps the best approach would be that you set a test cookie, because that will trigger the cookie acceptance dialog in Firefox.

MasseGuillaume commented 8 years ago

Just tested with "Preference > Privacy" No Tracking option turn on. Still works