The HTTP Cross-Origin-Resource-Policy response header (CORP) indicates that the browser should block no-cors cross-origin or cross-site requests to the given resource.
It specifies resource owner's policy for what sites/origins should be allowed to load this resource.Header type Response header
Cross-Origin-Resource-Policy: same-site | same-origin | cross-originsame-siteResources can only be loaded from the same site.
same-originResources can only be loaded from the same origin.
cross-originResources can be loaded by any other origin/website.
For more examples, see https://resourcepolicy.fyi/.
The Cross-Origin-Resource-Policy header below will cause compatible user agents to disallow cross-origin no-cors requests:
Cross-Origin-Resource-Policy: same-origin