Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Commit

Permalink
turn on strict mode (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion authored Feb 17, 2017
1 parent c75b9c6 commit 9e39252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9e39252

Please sign in to comment.