Calculate countdown by reading X-FIC-time giving by the server instead of rely on user system date

This commit is contained in:
nemunaire 2014-11-23 16:56:30 +01:00
commit 5d7967a157
5 changed files with 29 additions and 18 deletions

View file

@ -31,6 +31,7 @@ server {
add_header Strict-Transport-Security "max-age=2592000; includeSubdomains";
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
add_header X-FIC-time $msec;
error_page 400 /errors/400/index.html;
error_page 403 /errors/403/index.html;