Skip to content

Commit

Permalink
fix: Ignore if-modifided-since and if-none-match proxy headers nuxt-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
davision committed Jan 13, 2022
1 parent a99b56c commit 1115fb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ function axiosModule (_moduleOptions) {
progress: true,
proxyHeaders: true,
proxyHeadersIgnore: [
'if-none-match',
'if-modified-since',
'accept',
'cf-connecting-ip',
'cf-ray',
Expand Down

0 comments on commit 1115fb1

Please sign in to comment.