Skip to content

Commit

Permalink
trying to change cache
Browse files Browse the repository at this point in the history
  • Loading branch information
codyseibert committed Jan 30, 2019
1 parent 5777860 commit 35644f7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 163 deletions.
2 changes: 1 addition & 1 deletion efcms-service/src/middleware/apiGatewayHelper.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {

const EXPECTED_HEADERS = {
'Content-Type': 'application/json',
'Cache-Control': 'no-cache',
'Cache-Control': 'max-age=0, private, no-cache, no-store, must-revalidate',
'Access-Control-Allow-Origin': '*',
'Pragma': 'no-cache',
'X-Content-Type-Options': 'nosniff',
Expand Down
2 changes: 1 addition & 1 deletion options.prop
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ replacer.full_list(0).enabled=true
replacer.full_list(0).matchtype=REQ_HEADER
replacer.full_list(0).matchstr=Authorization
replacer.full_list(0).regex=false
replacer.full_list(0).replacement=Bearer petitionsclerk
replacer.full_list(0).replacement=Bearer petitionsclerk
Loading

0 comments on commit 35644f7

Please sign in to comment.