We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cb0f9 commit b8a1e02Copy full SHA for b8a1e02
lib/handlers/cors-proxy.js
@@ -11,7 +11,7 @@ const validUrl = require('valid-url')
11
12
const CORS_SETTINGS = {
13
methods: 'GET',
14
- exposedHeaders: 'Authorization, User, Location, Link, Vary, Last-Modified, Content-Length',
+ exposedHeaders: 'Authorization, User, Location, Link, Vary, Last-Modified, Content-Length, Content-Location',
15
maxAge: 1728000,
16
origin: true
17
}
0 commit comments