You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Lam 783786cf8c fix: do not blindly escape a notification's bodyLong
For 7+ years we were escaping this value, but it is in many cases already sanitized (as it may be a post content). For those cases when it is not, I now run it through parse.raw.

Instead of escaping, it now strips p, img, and a tags.
4 years ago
..
bookmarks.js chore: eslint prefer-template 4 years ago
cache.js feat: #8824, cache refactor (#8851) 4 years ago
category.js chore: eslint prefer-rest-params, prefer-spread 4 years ago
create.js chore: eslint prefer-destructuring 4 years ago
data.js chore: eslint prefer-template 4 years ago
delete.js chore: eslint prefer-template 4 years ago
diffs.js chore: eslint prefer-template 4 years ago
edit.js chore: eslint prefer-destructuring 4 years ago
index.js chore: eslint prefer-template 4 years ago
parse.js chore: eslint max-len 4 years ago
queue.js fix: do not blindly escape a notification's bodyLong 4 years ago
recent.js feat: #7743, finish post module 6 years ago
summary.js chore: eslint max-len 4 years ago
tools.js refactor: remove posts.tools.purge 5 years ago
topics.js chore: eslint no-var, vars-on-top 4 years ago
uploads.js chore: eslint prefer-arrow-callback 4 years ago
user.js chore: eslint prefer-arrow-callback 4 years ago
votes.js chore: eslint prefer-template 4 years ago