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

localStorage被禁用时,报错 #429

Closed
TobiasTao opened this issue May 23, 2020 · 2 comments
Closed

localStorage被禁用时,报错 #429

TobiasTao opened this issue May 23, 2020 · 2 comments
Assignees
Milestone

Comments

@TobiasTao
Copy link
Contributor

截屏

image

临时修复方法

将 index.min.js 中:

var n=localStorage.getItem(e.options.cache.id);

修改为

 var n = e.options.cache.enable? localStorage.getItem(e.options.cache.id): ""

并将 cache.enable 设为 false

@88250 88250 added this to the 3.2.0 milestone May 23, 2020
@Vanessa219
Copy link
Owner

如何禁用 localStorage

@TobiasTao
Copy link
Contributor Author

chrome中可以设置
chrome://settings/content/cookies
image

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

No branches or pull requests

3 participants