<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://rixx.github.io/baseline-updates/feed/by_tag/security.xml" rel="self" type="application/atom+xml" /><link href="https://rixx.github.io/baseline-updates/" rel="alternate" type="text/html" /><updated>2026-05-24T01:11:00+00:00</updated><id>https://rixx.github.io/baseline-updates/feed/by_tag/security.xml</id><title type="html">Baseline Updates</title><subtitle>Updates to the Baseline collection. Including RSS feeds (both for all updates and individual tags).</subtitle><entry><title type="html">New in High Baseline Support: User activation</title><link href="https://rixx.github.io/baseline-updates/2026/05/21/user-activation.html" rel="alternate" type="text/html" title="New in High Baseline Support: User activation" /><published>2026-05-21T00:00:00+00:00</published><updated>2026-05-21T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2026/05/21/user-activation</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2026/05/21/user-activation.html"><![CDATA[<p><a href="https://caniuse.com/?search=user-activation">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=User activation">mdn</a> · <a href="https://html.spec.whatwg.org/multipage/interaction.html#the-useractivation-interface">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">navigator.userActivation</code> API reveals whether the user has interacted with the page through an “activation” gesture such as a click, tap, or key press. User activation gated APIs (such as the fullscreen API) fail without user interaction, and this API allows you to predict such a failure.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">api.Navigator.userActivation</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Navigator.userActivation">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.UserActivation</code> <a href="https://developer.mozilla.org/en-US/search?q=api.UserActivation">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.UserActivation.hasBeenActive</code> <a href="https://developer.mozilla.org/en-US/search?q=api.UserActivation.hasBeenActive">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.UserActivation.isActive</code> <a href="https://developer.mozilla.org/en-US/search?q=api.UserActivation.isActive">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Trusted types</title><link href="https://rixx.github.io/baseline-updates/2026/02/24/trusted-types.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Trusted types" /><published>2026-02-24T00:00:00+00:00</published><updated>2026-02-24T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2026/02/24/trusted-types</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2026/02/24/trusted-types.html"><![CDATA[<p><a href="https://caniuse.com/?search=trusted-types">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Trusted types">mdn</a> · <a href="https://w3c.github.io/trusted-types/dist/spec/">spec</a></p>

<p>Trusted types allow you to lock down insecure parts of the DOM API and prevent client-side cross-site scripting (XSS) attacks.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">api.Element.innerHTML.enforces_trusted_types</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Element.innerHTML.enforces_trusted_types">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.HTMLScriptElement.innerText.enforces_trusted_types</code> <a href="https://developer.mozilla.org/en-US/search?q=api.HTMLScriptElement.innerText.enforces_trusted_types">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.HTMLScriptElement.src.enforces_trusted_types</code> <a href="https://developer.mozilla.org/en-US/search?q=api.HTMLScriptElement.src.enforces_trusted_types">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.HTMLScriptElement.text.enforces_trusted_types</code> <a href="https://developer.mozilla.org/en-US/search?q=api.HTMLScriptElement.text.enforces_trusted_types">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.HTMLScriptElement.textContent.enforces_trusted_types</code> <a href="https://developer.mozilla.org/en-US/search?q=api.HTMLScriptElement.textContent.enforces_trusted_types">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.ShadowRoot.innerHTML.enforces_trusted_types</code> <a href="https://developer.mozilla.org/en-US/search?q=api.ShadowRoot.innerHTML.enforces_trusted_types">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedHTML</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedHTML">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedHTML.toString</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedHTML.toString">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedScript</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedScript">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedScript.toString</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedScript.toString">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedScriptURL</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedScriptURL">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedScriptURL.toString</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedScriptURL.toString">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicy</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicy.createHTML</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicy.createHTML">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicy.createScript</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicy.createScript">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicy.createScriptURL</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicy.createScriptURL">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicy.name</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicy.name">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory.createPolicy</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory.createPolicy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory.defaultPolicy</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory.defaultPolicy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory.emptyHTML</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory.emptyHTML">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory.emptyScript</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory.emptyScript">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory.getAttributeType</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory.getAttributeType">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory.getPropertyType</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory.getPropertyType">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory.isHTML</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory.isHTML">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory.isScript</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory.isScript">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedTypePolicyFactory.isScriptURL</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedTypePolicyFactory.isScriptURL">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.setInterval.code_param_enforces_trusted_types</code> <a href="https://developer.mozilla.org/en-US/search?q=api.setInterval.code_param_enforces_trusted_types">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.setTimeout.code_param_enforces_trusted_types</code> <a href="https://developer.mozilla.org/en-US/search?q=api.setTimeout.code_param_enforces_trusted_types">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.trustedTypes</code> <a href="https://developer.mozilla.org/en-US/search?q=api.trustedTypes">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.require-trusted-types-for</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.require-trusted-types-for">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.trusted-types</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.trusted-types">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedHTML.toJSON</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedHTML.toJSON">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedScript.toJSON</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedScript.toJSON">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.TrustedScriptURL.toJSON</code> <a href="https://developer.mozilla.org/en-US/search?q=api.TrustedScriptURL.toJSON">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Permissions</title><link href="https://rixx.github.io/baseline-updates/2025/03/12/permissions.html" rel="alternate" type="text/html" title="New in High Baseline Support: Permissions" /><published>2025-03-12T00:00:00+00:00</published><updated>2025-03-12T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2025/03/12/permissions</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2025/03/12/permissions.html"><![CDATA[<p><a href="https://caniuse.com/?search=permissions">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Permissions">mdn</a> · [spec]([‘https://w3c.github.io/permissions/’, ‘https://wicg.github.io/permissions-request/#dom-permissions-request’])</p>

<p>The <code class="language-plaintext highlighter-rouge">navigator.permissions</code> API checks whether a permission, such as access to geolocation data, has been granted.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">api.Navigator.permissions</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Navigator.permissions">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.PermissionStatus</code> <a href="https://developer.mozilla.org/en-US/search?q=api.PermissionStatus">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.Permissions</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Permissions">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.Permissions.query</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Permissions.query">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.PermissionStatus.state</code> <a href="https://developer.mozilla.org/en-US/search?q=api.PermissionStatus.state">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.PermissionStatus.name</code> <a href="https://developer.mozilla.org/en-US/search?q=api.PermissionStatus.name">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.PermissionStatus.change_event</code> <a href="https://developer.mozilla.org/en-US/search?q=api.PermissionStatus.change_event">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.WorkerNavigator.permissions</code> <a href="https://developer.mozilla.org/en-US/search?q=api.WorkerNavigator.permissions">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.Permissions.request</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Permissions.request">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · [spec]([‘https://w3c.github.io/permissions/’, ‘https://wicg.github.io/permissions-request/#dom-permissions-request’])]]></summary></entry><entry><title type="html">New in High Baseline Support: Mixed content handling</title><link href="https://rixx.github.io/baseline-updates/2022/07/15/mixed-content.html" rel="alternate" type="text/html" title="New in High Baseline Support: Mixed content handling" /><published>2022-07-15T00:00:00+00:00</published><updated>2022-07-15T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2022/07/15/mixed-content</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2022/07/15/mixed-content.html"><![CDATA[<p><a href="https://caniuse.com/?search=mixed-content">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Mixed content handling">mdn</a> · <a href="https://w3c.github.io/webappsec-mixed-content/">spec</a></p>

<p>When a document is loaded over HTTPS, browsers ensure that none of the document’s resources are loaded over an insecure protocol. Instead, resources that the document attempts to load over an insecure protocol are either loaded over HTTPS or are blocked.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.blockable_mixed_content</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.blockable_mixed_content">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.auto_upgrade_video_audio</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.auto_upgrade_video_audio">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.auto_upgrade_images</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.auto_upgrade_images">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.block_mixed_downloads</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.block_mixed_downloads">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.allow_loopback_url</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.allow_loopback_url">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.allow_localhost_url</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.allow_localhost_url">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.allow_file_urls</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.allow_file_urls">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Upgrade insecure requests</title><link href="https://rixx.github.io/baseline-updates/2020/10/30/upgrade-insecure-requests.html" rel="alternate" type="text/html" title="New in High Baseline Support: Upgrade insecure requests" /><published>2020-10-30T00:00:00+00:00</published><updated>2020-10-30T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2020/10/30/upgrade-insecure-requests</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2020/10/30/upgrade-insecure-requests.html"><![CDATA[<p><a href="https://caniuse.com/?search=upgrade-insecure-requests">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Upgrade insecure requests">mdn</a> · <a href="https://w3c.github.io/webappsec-upgrade-insecure-requests/">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">Upgrade-Insecure-Requests</code> HTTP request header tells the server that the response should redirect to a secure (HTTPS) resource.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.upgrade-insecure-requests</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.upgrade-insecure-requests">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Upgrade-Insecure-Requests</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Upgrade-Insecure-Requests">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Mixed content handling</title><link href="https://rixx.github.io/baseline-updates/2020/01/15/mixed-content.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Mixed content handling" /><published>2020-01-15T00:00:00+00:00</published><updated>2020-01-15T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2020/01/15/mixed-content</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2020/01/15/mixed-content.html"><![CDATA[<p><a href="https://caniuse.com/?search=mixed-content">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Mixed content handling">mdn</a> · <a href="https://w3c.github.io/webappsec-mixed-content/">spec</a></p>

<p>When a document is loaded over HTTPS, browsers ensure that none of the document’s resources are loaded over an insecure protocol. Instead, resources that the document attempts to load over an insecure protocol are either loaded over HTTPS or are blocked.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.blockable_mixed_content</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.blockable_mixed_content">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.auto_upgrade_video_audio</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.auto_upgrade_video_audio">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.auto_upgrade_images</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.auto_upgrade_images">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.block_mixed_downloads</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.block_mixed_downloads">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.allow_loopback_url</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.allow_loopback_url">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.allow_localhost_url</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.allow_localhost_url">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.mixed-content.allow_file_urls</code> <a href="https://developer.mozilla.org/en-US/search?q=http.mixed-content.allow_file_urls">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: Content Security Policy (CSP)</title><link href="https://rixx.github.io/baseline-updates/2019/02/02/csp.html" rel="alternate" type="text/html" title="New in High Baseline Support: Content Security Policy (CSP)" /><published>2019-02-02T00:00:00+00:00</published><updated>2019-02-02T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2019/02/02/csp</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2019/02/02/csp.html"><![CDATA[<p><a href="https://caniuse.com/?search=csp">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Content Security Policy (CSP)">mdn</a> · <a href="https://w3c.github.io/webappsec-csp/">spec</a></p>

<p>Content Security Policy (CSP) helps to mitigate certain security threats, including cross-site scripting (XSS) and clickjacking attacks. It consists of a set of directives from a website to a browser, which instruct the browser to restrict the things that the site is allowed to do.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy-Report-Only</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy-Report-Only">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.default-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.default-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.font-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.font-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.frame-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.frame-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.img-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.img-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.media-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.media-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.object-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.object-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.style-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.style-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.connect-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.connect-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.sandbox</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.sandbox">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.form-action</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.form-action">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.child-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.child-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">html.elements.meta.http-equiv.content-security-policy</code> <a href="https://developer.mozilla.org/en-US/search?q=html.elements.meta.http-equiv.content-security-policy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.frame-ancestors</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.frame-ancestors">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.upgrade-insecure-requests</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.upgrade-insecure-requests">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.meta-element-support</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.meta-element-support">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.Element.securitypolicyviolation_event</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Element.securitypolicyviolation_event">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.blockedURI</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.blockedURI">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.columnNumber</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.columnNumber">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.documentURI</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.documentURI">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.effectiveDirective</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.effectiveDirective">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.lineNumber</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.lineNumber">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.originalPolicy</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.originalPolicy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.referrer</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.referrer">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.sourceFile</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.sourceFile">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.statusCode</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.statusCode">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.violatedDirective</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.violatedDirective">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.WorkerGlobalScope.securitypolicyviolation_event</code> <a href="https://developer.mozilla.org/en-US/search?q=api.WorkerGlobalScope.securitypolicyviolation_event">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.base-uri</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.base-uri">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.manifest-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.manifest-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.worker_support</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.worker_support">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.disposition</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.disposition">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.sample</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.sample">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.report-sample</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.report-sample">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.Document.securitypolicyviolation_event</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Document.securitypolicyviolation_event">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.worker-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.worker-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src.wasm-unsafe-eval</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src.wasm-unsafe-eval">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src-attr</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src-attr">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src-elem</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src-elem">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.style-src-attr</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.style-src-attr">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.style-src-elem</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.style-src-elem">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.unsafe-hashes</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.unsafe-hashes">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src.external_scripts</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src.external_scripts">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.strict-dynamic</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.strict-dynamic">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.worker_support</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.worker_support">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.report-to</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.report-to">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.HTMLIFrameElement.csp</code> <a href="https://developer.mozilla.org/en-US/search?q=api.HTMLIFrameElement.csp">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">html.elements.iframe.csp</code> <a href="https://developer.mozilla.org/en-US/search?q=html.elements.iframe.csp">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.blockedURL</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.blockedURL">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.columnNumber</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.columnNumber">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.disposition</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.disposition">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.documentURL</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.documentURL">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.effectiveDirective</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.effectiveDirective">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.lineNumber</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.lineNumber">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.originalPolicy</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.originalPolicy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.referrer</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.referrer">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.sample</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.sample">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.sourceFile</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.sourceFile">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.statusCode</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.statusCode">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.toJSON</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.toJSON">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Upgrade insecure requests</title><link href="https://rixx.github.io/baseline-updates/2018/04/30/upgrade-insecure-requests.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Upgrade insecure requests" /><published>2018-04-30T00:00:00+00:00</published><updated>2018-04-30T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2018/04/30/upgrade-insecure-requests</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2018/04/30/upgrade-insecure-requests.html"><![CDATA[<p><a href="https://caniuse.com/?search=upgrade-insecure-requests">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Upgrade insecure requests">mdn</a> · <a href="https://w3c.github.io/webappsec-upgrade-insecure-requests/">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">Upgrade-Insecure-Requests</code> HTTP request header tells the server that the response should redirect to a secure (HTTPS) resource.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.upgrade-insecure-requests</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.upgrade-insecure-requests">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Upgrade-Insecure-Requests</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Upgrade-Insecure-Requests">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: CORS</title><link href="https://rixx.github.io/baseline-updates/2018/01/29/cors.html" rel="alternate" type="text/html" title="New in High Baseline Support: CORS" /><published>2018-01-29T00:00:00+00:00</published><updated>2018-01-29T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2018/01/29/cors</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2018/01/29/cors.html"><![CDATA[<p><a href="https://caniuse.com/?search=cors">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=CORS">mdn</a> · <a href="https://fetch.spec.whatwg.org/#http-cors-protocol">spec</a></p>

<p>Cross-Origin Resource Sharing is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. Also known as CORS.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Credentials</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Credentials">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Headers</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Headers">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Methods</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Methods">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Origin</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Origin">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Expose-Headers</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Expose-Headers">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Max-Age</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Max-Age">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Request-Headers</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Request-Headers">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Request-Method</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Request-Method">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Headers.wildcard</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Headers.wildcard">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Methods.wildcard</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Methods.wildcard">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Expose-Headers.wildcard</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Expose-Headers.wildcard">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Headers.authorization_not_covered_by_wildcard</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Headers.authorization_not_covered_by_wildcard">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in High Baseline Support: HTTP Strict Transport Security</title><link href="https://rixx.github.io/baseline-updates/2018/01/29/hsts.html" rel="alternate" type="text/html" title="New in High Baseline Support: HTTP Strict Transport Security" /><published>2018-01-29T00:00:00+00:00</published><updated>2018-01-29T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2018/01/29/hsts</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2018/01/29/hsts.html"><![CDATA[<p><a href="https://caniuse.com/?search=hsts">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=HTTP Strict Transport Security">mdn</a> · <a href="https://www.rfc-editor.org/rfc/rfc6797">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">Strict-Transport-Security</code> HTTP response header informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS. Also known as HSTS.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Strict-Transport-Security</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Strict-Transport-Security">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-high" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: Content Security Policy (CSP)</title><link href="https://rixx.github.io/baseline-updates/2016/08/02/csp.html" rel="alternate" type="text/html" title="New in Low Baseline Support: Content Security Policy (CSP)" /><published>2016-08-02T00:00:00+00:00</published><updated>2016-08-02T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2016/08/02/csp</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2016/08/02/csp.html"><![CDATA[<p><a href="https://caniuse.com/?search=csp">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=Content Security Policy (CSP)">mdn</a> · <a href="https://w3c.github.io/webappsec-csp/">spec</a></p>

<p>Content Security Policy (CSP) helps to mitigate certain security threats, including cross-site scripting (XSS) and clickjacking attacks. It consists of a set of directives from a website to a browser, which instruct the browser to restrict the things that the site is allowed to do.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy-Report-Only</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy-Report-Only">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.default-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.default-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.font-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.font-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.frame-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.frame-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.img-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.img-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.media-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.media-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.object-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.object-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.style-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.style-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.connect-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.connect-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.sandbox</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.sandbox">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.form-action</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.form-action">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.child-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.child-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">html.elements.meta.http-equiv.content-security-policy</code> <a href="https://developer.mozilla.org/en-US/search?q=html.elements.meta.http-equiv.content-security-policy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.frame-ancestors</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.frame-ancestors">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.upgrade-insecure-requests</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.upgrade-insecure-requests">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.meta-element-support</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.meta-element-support">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.Element.securitypolicyviolation_event</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Element.securitypolicyviolation_event">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.SecurityPolicyViolationEvent">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.blockedURI</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.blockedURI">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.columnNumber</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.columnNumber">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.documentURI</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.documentURI">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.effectiveDirective</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.effectiveDirective">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.lineNumber</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.lineNumber">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.originalPolicy</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.originalPolicy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.referrer</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.referrer">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.sourceFile</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.sourceFile">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.statusCode</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.statusCode">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.violatedDirective</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.violatedDirective">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.WorkerGlobalScope.securitypolicyviolation_event</code> <a href="https://developer.mozilla.org/en-US/search?q=api.WorkerGlobalScope.securitypolicyviolation_event">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.base-uri</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.base-uri">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.manifest-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.manifest-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.worker_support</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.worker_support">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.disposition</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.disposition">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.sample</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.sample">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.report-sample</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.report-sample">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.Document.securitypolicyviolation_event</code> <a href="https://developer.mozilla.org/en-US/search?q=api.Document.securitypolicyviolation_event">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.worker-src</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.worker-src">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src.wasm-unsafe-eval</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src.wasm-unsafe-eval">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src-attr</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src-attr">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src-elem</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src-elem">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.style-src-attr</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.style-src-attr">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.style-src-elem</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.style-src-elem">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.unsafe-hashes</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.unsafe-hashes">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.script-src.external_scripts</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.script-src.external_scripts">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.strict-dynamic</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.strict-dynamic">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.SecurityPolicyViolationEvent.worker_support</code> <a href="https://developer.mozilla.org/en-US/search?q=api.SecurityPolicyViolationEvent.worker_support">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Content-Security-Policy.report-to</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Content-Security-Policy.report-to">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.HTMLIFrameElement.csp</code> <a href="https://developer.mozilla.org/en-US/search?q=api.HTMLIFrameElement.csp">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">html.elements.iframe.csp</code> <a href="https://developer.mozilla.org/en-US/search?q=html.elements.iframe.csp">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.blockedURL</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.blockedURL">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.columnNumber</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.columnNumber">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.disposition</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.disposition">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.documentURL</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.documentURL">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.effectiveDirective</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.effectiveDirective">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.lineNumber</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.lineNumber">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.originalPolicy</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.originalPolicy">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.referrer</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.referrer">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.sample</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.sample">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.sourceFile</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.sourceFile">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.statusCode</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.statusCode">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">api.CSPViolationReportBody.toJSON</code> <a href="https://developer.mozilla.org/en-US/search?q=api.CSPViolationReportBody.toJSON">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: CORS</title><link href="https://rixx.github.io/baseline-updates/2015/07/29/cors.html" rel="alternate" type="text/html" title="New in Low Baseline Support: CORS" /><published>2015-07-29T00:00:00+00:00</published><updated>2015-07-29T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2015/07/29/cors</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2015/07/29/cors.html"><![CDATA[<p><a href="https://caniuse.com/?search=cors">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=CORS">mdn</a> · <a href="https://fetch.spec.whatwg.org/#http-cors-protocol">spec</a></p>

<p>Cross-Origin Resource Sharing is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. Also known as CORS.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Credentials</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Credentials">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Headers</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Headers">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Methods</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Methods">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Origin</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Origin">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Expose-Headers</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Expose-Headers">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Max-Age</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Max-Age">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Request-Headers</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Request-Headers">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Request-Method</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Request-Method">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Headers.wildcard</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Headers.wildcard">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Methods.wildcard</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Methods.wildcard">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Expose-Headers.wildcard</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Expose-Headers.wildcard">[mdn]</a></li>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Access-Control-Allow-Headers.authorization_not_covered_by_wildcard</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Access-Control-Allow-Headers.authorization_not_covered_by_wildcard">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry><entry><title type="html">New in Low Baseline Support: HTTP Strict Transport Security</title><link href="https://rixx.github.io/baseline-updates/2015/07/29/hsts.html" rel="alternate" type="text/html" title="New in Low Baseline Support: HTTP Strict Transport Security" /><published>2015-07-29T00:00:00+00:00</published><updated>2015-07-29T00:00:00+00:00</updated><id>https://rixx.github.io/baseline-updates/2015/07/29/hsts</id><content type="html" xml:base="https://rixx.github.io/baseline-updates/2015/07/29/hsts.html"><![CDATA[<p><a href="https://caniuse.com/?search=hsts">caniuse</a> · <a href="https://developer.mozilla.org/en-US/search?q=HTTP Strict Transport Security">mdn</a> · <a href="https://www.rfc-editor.org/rfc/rfc6797">spec</a></p>

<p>The <code class="language-plaintext highlighter-rouge">Strict-Transport-Security</code> HTTP response header informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS. Also known as HSTS.</p>

<h3 id="source-features">Source features</h3>

<ul>
  <li><code class="language-plaintext highlighter-rouge">http.headers.Strict-Transport-Security</code> <a href="https://developer.mozilla.org/en-US/search?q=http.headers.Strict-Transport-Security">[mdn]</a></li>
</ul>]]></content><author><name></name></author><category term="baseline-low" /><category term="security" /><summary type="html"><![CDATA[caniuse · mdn · spec]]></summary></entry></feed>