Skip to content
#

koa2

koa logo

Koa is a new web framework designed by the team behind Express,

which aims to be a smaller, more expressive, and more robust foundation

for web applications and APIs. By leveraging async functions, Koa allows you

to ditch callbacks and greatly increase error-handling. Koa does not bundle any

middleware within its core, and it provides an elegant suite of methods that make

writing servers fast and enjoyable.

Here are 1,578 public repositories matching this topic...

strapi
hkovacs
hkovacs commented Jun 22, 2020

Describe the bug
Using xframe ALLOW-FROM throws error in console: Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.

https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR

Created by TJ Holowaychuk

Released December 19, 2013

Repository
koajs/koa
Website
koajs.com