Fixes #88 - Allow specifying X-FRAME-OPTIONS with an environment variable (#89)

This commit is contained in:
jc21
2019-03-04 10:16:46 +10:00
committed by GitHub
parent aad9ecde6b
commit 6f1d38a0e2
3 changed files with 27 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/env node
'use strict';
const logger = require('./logger').global;
function appStart () {