* Fix some caching issues

This commit is contained in:
RobThree
2017-11-06 18:37:49 +01:00
parent c9bfe0519a
commit b1ecc9afbc
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ class HttpTimeProvider implements ITimeProvider
'request_fulluri' => true,
'header' => array(
'Connection: close',
'User-agent: TwoFactorAuth HttpTimeProvider (https://github.com/RobThree/TwoFactorAuth)'
'User-agent: TwoFactorAuth HttpTimeProvider (https://github.com/RobThree/TwoFactorAuth)',
'Cache-Control: no-cache'
)
)
);