Skip to content

Commit

Permalink
fix(defaults): ignore cf-ray and cf-connecting-ip headers on serv…
Browse files Browse the repository at this point in the history
…er side (#20) (#175)
  • Loading branch information
lefuturiste authored and pi0 committed Nov 7, 2018
1 parent c84fb56 commit 3ae5416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Expand Up @@ -40,7 +40,7 @@ module.exports = function nuxtAxios (_moduleOptions) {
debug: false,
progress: true,
proxyHeaders: true,
proxyHeadersIgnore: ['accept', 'host'],
proxyHeadersIgnore: ['accept', 'host', 'cf-ray', 'cf-connecting-ip'],
proxy: false,
retry: false,
https: false
Expand Down

0 comments on commit 3ae5416

Please sign in to comment.