summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-17Set `Content-Security-Policy` on media repoErik Johnston1-0/+1
This is to inform browsers that they should sandbox the returned media. This is particularly cruical for javascript/HTML files.
2016-08-17Add None check to _iterate_over_textErik Johnston1-1/+1