muledump
muledump copied to clipboard
Not work on macOS Sierra
Here some new security features in os, so muledump not work anymore.
Fixed by commenting all localstorage calls. Want more elegant solution.
macOS Sierra beta 3
So your browser is simply blocking all actions involving localStorage? Based on what I'm reading (such as here), this is caused by your browser settings.
Please note an unhandled SecurityError exception is thrown [...] when storing something in local storage on Safari on iOS 7.1.2 with blocked cookies (Settings > Safari > Block Cookies > Always). I guess disabling cookies also disables local storage. With other two choices of block cookies setting ("From third parties and advertisers" and "Never") everything works fine.
Can you check to see if that is the cause of this issue? Please don't close this issue once you report back—we should be showing a more useful error message than the behavior now, so that others may understand why this issue occurs.
- Looks like yes. Maybe you need to ask for some privileges?
- This about Safari on iOS and pretty old iOS (7).
- I have this settings (Preferences -> Privacy -> Cookies and website data) on "Allow from websites I visit". If I change it to "Always allow" it's not help. Same error.
- BTW, works fine in Google Chrome.
I have the same problem as you, ManWithBear, but in Google Chrome:
@IronTailed I'm fairly certain the issue you're encountering is different, unless you happen to have logs that match what has been reported in this issue.
@atomizer Besides requiring a full character reload on new page loads, is there any issue with testing for localStorage and disabling calls for it when said test fails?