在线文档教程

CSP: base-uri

CSP: base-uri

HTTP Content-Security-Policy base-uri指令限制可以在文档<base>元素中使用的URL 。如果此值不存在,则允许使用任何URI。如果此指令不存在,则用户代理将使用该<base>元素中的值。

CSP版本2
指令类型Document指令
默认-src后备不可以。

句法

基地政策可以允许一个或多个来源:

Content-Security-Policy: base-uri <source>; Content-Security-Policy: base-uri <source> <source>;

来源

<source>可以是以下之一:

通过名称或IP地址的<host-source> Internet 主机,以及可选的 URL方案 and/or 端口号。该站点的地址可能包含一个可选的前导通配符(星号字符'*'),并且可以使用通配符(再次'*')作为端口号,表示所有合法端口对于源都有效。

示例:

  • http://*.example.com:匹配使用http:URL方案从 example.com 的任何子域加载的所有尝试。

  • mail.example.com:443:匹配所有尝试访问 mail.example.com 上的端口443的尝试。

  • https://store.example.com:匹配所有尝试访问 store.example.com 使用https:

<scheme-source>一种模式,如'http:' 或 'https:'。冒号是必需的,不应使用单引号。您也可以指定数据模式(不推荐)。

  • data:允许将data:URI用作内容源。这是不安全的; 攻击者也可以注入任意数据:URI。谨慎使用这一点,绝对不适用于脚本。

  • mediastream:允许将mediastream:URI 用作内容源。

  • blob:允许将blob:URI 用作内容源。

  • filesystem:允许将filesystem:URI 用作内容源。

'self'指受保护文档的来源,包括相同的URL方案和端口号。你必须包括单引号。一些浏览器特别排除blobfilesystem从源指令。需要允许这些内容类型的网站可以使用Data属性来指定它们。

示例

元标签配置

<meta http-equiv="Content-Security-Policy" content="base-uri 'self'">

Apache配置

<IfModule mod_headers.c> Header set Content-Security-Policy "base-uri 'self'; </IfModule>

Nginx配置

add_header Content-Security-Policy "base-uri 'self';"

违规示例

鉴于你的域不是 example.com,使用<base>href设置为 example.com 的元素将导致CSP违规。

<meta http-equiv="Content-Security-Policy" content="base-uri 'self'"> <base href="http://example.com/"> // Error: Refused to set the document's base URI to 'http://example.com/' // because it violates the following Content Security Policy // directive: "base-uri 'self'"

规范

规范状态评论
内容安全策略级别3该规范中'base-uri'的定义。编辑草稿没有变化。
内容安全策略级别2在该规范中的'base-uri'的定义。建议初始定义。

浏览器兼容性

特征ChromeFirefoxEdgeInternet ExplorerOperaSafari
基本支持4035.0(No)(No)2710

特征AndroidChrome for AndroidEdge mobileFirefox for AndroidIE mobileOpera AndroidiOS Safari
基本支持?(Yes)(No)35.0(No)?9.3