Skip to content

Commit

Permalink
Merge pull request #271 from fingerprintjs/fix/cache
Browse files Browse the repository at this point in the history
fix: fix broken agent req caching due to age header INTER-828
  • Loading branch information
necipallef authored Aug 14, 2024
2 parents ee6ca7e + dcd6ae1 commit 1d853e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/utils/headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { CustomerVariables } from './customer-variables/customer-variables'
import { getPreSharedSecret } from './customer-variables/selectors'

const BLACKLISTED_HEADERS = new Set([
'age',
'connection',
'expect',
'keep-alive',
Expand Down

0 comments on commit 1d853e9

Please sign in to comment.