Require subscribers to have JavaScript turned on

This commit is contained in:
Andris Reinman 2016-09-08 20:43:02 +03:00
parent 83ac907f24
commit e1ace459cf
5 changed files with 34 additions and 11 deletions

View file

@ -31,7 +31,7 @@
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"bounce-handler": "^7.3.2-fork.1",
"bounce-handler": "^7.3.2-fork.2",
"compression": "^1.6.2",
"config": "^1.21.0",
"connect-flash": "^0.1.1",
@ -41,7 +41,7 @@
"csv-parse": "^1.1.7",
"escape-html": "^1.0.3",
"express": "^4.14.0",
"express-session": "^1.14.0",
"express-session": "^1.14.1",
"faker": "^3.1.0",
"feedparser": "^1.1.4",
"geoip-ultralight": "^0.1.4",
@ -52,15 +52,15 @@
"humanize": "0.0.9",
"is-url": "^1.2.2",
"isemail": "^2.2.1",
"jsdom": "^9.4.2",
"juice": "^2.0.0",
"libmime": "^2.0.3",
"jsdom": "^9.5.0",
"juice": "^3.0.0",
"libmime": "^2.1.0",
"mkdirp": "^0.5.1",
"moment-timezone": "^0.5.5",
"morgan": "^1.7.0",
"multer": "^1.2.0",
"mysql": "^2.11.1",
"nodemailer": "^2.5.0",
"nodemailer": "^2.6.0",
"nodemailer-openpgp": "^1.0.2",
"npmlog": "^4.0.0",
"openpgp": "^2.3.3",
@ -70,7 +70,7 @@
"serve-favicon": "^2.3.0",
"shortid": "^2.2.6",
"slugify": "^1.0.2",
"smtp-server": "^1.14.1",
"smtp-server": "^1.14.2",
"striptags": "^2.1.1",
"toml": "^2.3.0"
}