This commit is contained in:
lain 2019-01-19 14:56:18 +01:00
parent 741ccfdc4a
commit 0ed1828352
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const Attachment = {
}, },
computed: { computed: {
referrerpolicy () { referrerpolicy () {
return this.$store.state.instance.mediaProxyAvailable ? "" : "no-referrer" return this.$store.state.instance.mediaProxyAvailable ? '' : 'no-referrer'
}, },
type () { type () {
return fileTypeService.fileType(this.attachment.mimetype) return fileTypeService.fileType(this.attachment.mimetype)