Firefox 的关于:Safari 的配置
我正在测试为 Safari 浏览器开发的扩展。重置 Safari 数据不会清除扩展程序保存的数据(例如用户名和密码),卸载也不会。
所以我正在寻找 Safaris 配置选项。本质上 Safari 相当于 Firefox 的“about:config”
I'm testing an extension that was developed for a Safari browser. Reseting Safari data doesn't clear the data saved by the extension (like username and password), nor does uninstalling it.
So I'm looking for Safaris configuration options. Essentially what is Safari's equivalent to Firefox's "about:config"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Safari 中的高级选项:
http://itc.virginia.edu/network/proxy/safari.html
但也许你可以在超级用户中询问这个问题:
https://superuser.com/questions/236558/how- to-clear-all-html5-local-storage-from-safari
这应该可以工作,但这些凭据没有被删除很奇怪:
http://www.howtogeek.com/howto /apple/clear-all-browsing-history-in-safari/
http://www.techgainer.com/clear-remove-browser-data-history-passwords-firefox-ie-safari-chrome-opera/
Advanced options in safari:
http://itc.virginia.edu/network/proxy/safari.html
But maybe you could ask in superuser look at this question:
https://superuser.com/questions/236558/how-to-clear-all-html5-local-storage-from-safari
This should work it's very weird that those credentials don't get deleted:
http://www.howtogeek.com/howto/apple/clear-all-browsing-history-in-safari/
http://www.techgainer.com/clear-remove-browser-data-history-passwords-firefox-ie-safari-chrome-opera/
扩展程序“可能”将其数据保存在
~/Library/Safari/LocalStorage/
内名为:safari-extension_com.XXX.YYY
的文件中,其中 XXX.YYY 与待处理的不同在扩展名上。如果删除该文件,它将删除其所有设置,重新启动时应重新填充为默认设置。删除之前请确保您已退出 Safari。The extension "likely" saves its data inside
~/Library/Safari/LocalStorage/
inside a file named:safari-extension_com.XXX.YYY
, where XXX.YYY differs pending on the name of the extension. If you delete that file, it'll kill all of its settings, which should re-populate to the defaults when re-launched. Ensure you've quit Safari before deleting.