We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8827e93 commit 5aca55fCopy full SHA for 5aca55f
templates/app/server/config/express.js
@@ -56,7 +56,7 @@ export default function(app) {
56
* Lusca - express server security
57
* https://github.com/krakenjs/lusca
58
*/
59
- if ('test' !== env) {
+ if (env !== 'test' && !process.env.SAUCE_USERNAME) {
60
app.use(lusca({
61
csrf: {
62
angular: true
0 commit comments