Closed satyarohith closed 3 years ago
This will fix a whole class of CSP header headaches that are common when proxying github content.
After Deno.readFile matures and supports URLs, serveStatic will switch to use only Deno.readFile and it will be a BREAKING change.
serveStatic
Deno.readFile
closes #33
This will fix a whole class of CSP header headaches that are common when proxying github content.
After Deno.readFile matures and supports URLs,
serveStatic
will switch to use onlyDeno.readFile
and it will be a BREAKING change.closes #33