From 9e3925235533b3a644032182fd21e1929fd8feee Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Fri, 17 Feb 2017 14:19:05 +0000 Subject: [PATCH] turn on strict mode (#37) --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 9bd5434..edc7a67 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +'use strict'; + // The Staff Single Sign On (S3O) public key is available at https://s3o.ft.com/publickey. // — S3O validates only @ft.com google accounts (and a whitelist of non-ft.com accounts). // — It's intended to change sporadically and without warning, mainly for security testing.