protect against 'ClickJacking' attacks (#197)

Sites can use this to avoid click-jacking attacks, by ensuring that their content is not embedded into other sites.
pull/208/head
cynthia-rempel 2021-07-11 08:48:00 -07:00 committed by GitHub
parent 0179681b9b
commit 6e76db7108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ app.use(bodyParser.urlencoded({
}));
app.use(cookieParser());
//app.use(helmet.frameguard())
//app.use(helmet.frameguard({ action: 'SAMEORIGIN' }));
//app.use(helmet.xssFilter())
/*app.use(helmet.hsts({
maxAge: 7776000000,