Not sure where to post this, but it needs a javascript gurus eye, so........
When recently updated FF to 42.0 (also latest Nightly build), C2 throws an error every time I tried to run preview in C2.
The error is in 'preview_prelude.js' line 189:
watch = JSON.parse(localStorage.getItem("__c2_watch") || "{}");[/code:1g8cde1r]
REMming the line allows FF to preview without the security error.
Rolling back to previous version of FireFox gets rid of error.
Anyone have any ideas?
Using r217, but tried r216 and same problem. Considering that the datestamp on 'preview_prelude.js' is 26 Feb 2015, then it's obvious that this hasn't changed.
*Edit*
Ok. It's cookie related.
I have always had cookies 'unticked' in firefox, and only allow those that I deem acceptable. This is now causing a problem with FF.
If I allow all cookies, then the error is gone. Not cool.