NetNewsWire icon indicating copy to clipboard operation
NetNewsWire copied to clipboard

Bypass Cross-Origin Resource Policy

Open j-f1 opened this issue 3 years ago • 0 comments

Example article: “Deno in 2021” from https://deno.com/feed

This article (when rendered using reader mode) contains an <img> tag:

<img src="/deno-on-mdn/table.png" alt="MDN compat table for TextEncoderStream">

The referenced resource sets the Cross-Origin-Resource-Policy: same-origin header on its response, which means NetNewsWire is unable to render the image. Would it be possible to tell the web view to ignore CORP so images can still be rendered?

j-f1 avatar Feb 13 '22 20:02 j-f1