security-key
security-key copied to clipboard
Compatibility with `use strict`
In "strict" JS mode, the expression function(){ return this }()
cannot be used to access the global object.
This file would be affected by strict mode if it were concatenated with another script that has use strict
.