Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章标签:Security

找到 3 篇文档

  • Mozilla/B2G_OS/Security 下面文章介绍了 Firefox OS 安全相关的主题。其中包括安全特征概要,应用安全以及如果使安装进程保证安全。
  • Web/HTML/CORS_settings_attributes 在HTML5中,一些 HTML 元素提供了对 CORS 的支持, 例如 img 和 video 均有一个跨域属性 ( crossOrigin property),它允许你配置元素获取数据的 ...
  • Web/Security/Same-origin_policy 同源策略限制了一个源(origin)中加载文本或脚本与来自其它源(origin)中资源的交互方式。