ft-next-barrier-component
Advanced tools
Comparing version 4.4.1 to 4.4.2
{ | ||
"name": "ft-next-barrier-component", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "Barriers for Next", | ||
@@ -5,0 +5,0 @@ "main": "server/main.js", |
@@ -22,2 +22,3 @@ 'use strict'; | ||
res.vary('X-FT-Anonymous-User, X-FT-Auth-Gate-Result, X-FT-Barrier-Type, Country-Code'); | ||
res.set('Outbound-Cache-Control', 'private, no-cache, no-store, must-revalidate, max-age=0'); | ||
@@ -24,0 +25,0 @@ if(authGateResult !== 'DENIED'){ |
18135
321