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 bfa76d8 commit 9f61269Copy full SHA for 9f61269
lib/routes/github/index.js
@@ -26,12 +26,13 @@ var corsHeaders = [
26
'access-control-allow-credentials',
27
'access-control-allow-headers',
28
'access-control-expose-headers',
29
- 'access-control-max-age'
+ 'access-control-max-age',
30
+ 'strict-transport-security'
31
];
32
var cacheOmitHeaders = [
33
'date',
34
'x-ratelimit-reset',
- 'x-served-by',
35
+ 'x-served-by'
36
].concat(corsHeaders);
37
38
var proxy = httpProxy.createProxy({
0 commit comments