mikemclin / angular-acl

Role-based permissions for AngularJS
196 stars 49 forks source link

Error when web storage is disabled #32

Open jiarongxu opened 6 years ago

jiarongxu commented 6 years ago

I got this error 'Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.' when web storage is disabled.

Could you check if web storage is supported, if not disable all functions or have other treatments?