Calculate countdown by reading X-FIC-time giving by the server instead of rely on user system date
This commit is contained in:
parent
edce0a99f6
commit
5d7967a157
5 changed files with 29 additions and 18 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue