开发者

HTML 5 and HTTPS

开发者 https://www.devze.com 2023-02-13 00:24 出处:网络
Is it possible to use the offline featur开发者_运维技巧es of HTML 5 to securely cache and access resources served over HTTPS when offline? Is the local cache encrypted/secure? Are there any gotchas th

Is it possible to use the offline featur开发者_运维技巧es of HTML 5 to securely cache and access resources served over HTTPS when offline? Is the local cache encrypted/secure? Are there any gotchas that I should be aware of?


I don't think the local cache is encrypted. It's the browser's responsibility to protect your data from other websites (like cross-origin), but it doesn't protect your data from whoever has the privilege to access your file system or memory.

0

精彩评论

暂无评论...
验证码 换一张
取 消