This commit is contained in:
Quincy Larson
2015-05-12 00:05:08 -07:00
parent 06a92202be
commit 682146b3f5
3 changed files with 5 additions and 5 deletions

4
app.js
View File

@@ -183,7 +183,7 @@ app.use(helmet.csp({
'*.twitter.com'
].concat(trusted),
frameSrc: [
'*.gitter.im',
'*.gitter.im https:',
'*.vimeo.com',
@@ -332,7 +332,7 @@ app.post(
);
app.get('/privacy', function(req, res) {
res.redirect(301, '/field-guide/what-is-free-code-camp\'s-privacy-policy');
res.redirect(301, '/field-guide/what-is-the-free-code-camp-privacy-policy?');
});
app.get('/api/slack', function(req, res) {