<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CORP on Nalar</title>
    <link>https://nalar.dev/tags/corp/</link>
    <description>Recent content in CORP on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 22 Sep 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/corp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Cross-Origin-Resource-Policy Controls Resource Embedding</title>
      <link>https://nalar.dev/cross-origin-resource-policy-controls-resource-embedding/</link>
      <pubDate>Tue, 22 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://nalar.dev/cross-origin-resource-policy-controls-resource-embedding/</guid>
      <description>&lt;h1 id=&#34;cross-origin-resource-policy-controls-resource-embedding&#34;&gt;Cross-Origin-Resource-Policy Controls Resource Embedding&lt;/h1&gt;&#xA;&lt;p&gt;A server can publish an image, script, font, or other resource at a URL without intending every site on the web to embed it. Network reachability alone does not express that boundary. A browser may be able to request a resource even when the response is not exposed to JavaScript through the same-origin policy.&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;Cross-Origin-Resource-Policy&lt;/code&gt; (CORP) gives the resource server a response-side control for that case. The header tells supporting browsers which relationship between the requesting context and the resource is acceptable for relevant no-CORS requests. If the relationship violates the policy, the browser blocks use of the response body.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cross-Origin-Resource-Policy Controls no-cors Embedding</title>
      <link>https://nalar.dev/cross-origin-resource-policy-controls-no-cors-embedding/</link>
      <pubDate>Mon, 21 Sep 2026 00:00:00 +0000</pubDate>
      <guid>https://nalar.dev/cross-origin-resource-policy-controls-no-cors-embedding/</guid>
      <description>&lt;h1 id=&#34;cross-origin-resource-policy-controls-no-cors-embedding&#34;&gt;Cross-Origin-Resource-Policy Controls no-cors Embedding&lt;/h1&gt;&#xA;&lt;p&gt;Web pages routinely embed resources without granting JavaScript direct access to their response bytes. Images, classic scripts, media, and other subresources can use &lt;code&gt;no-cors&lt;/code&gt; request mode, where the browser permits forms of cross-origin loading while keeping the response opaque to script.&lt;/p&gt;&#xA;&lt;p&gt;That default is useful for the web, but a resource owner may need a tighter boundary. &lt;code&gt;Cross-Origin-Resource-Policy&lt;/code&gt; (CORP) is an HTTP response header that tells the browser which origins or sites may consume a response through the policy&amp;rsquo;s &lt;code&gt;no-cors&lt;/code&gt; path.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
