Skip to content
Snippets Groups Projects
Commit 7b5a30db authored by lain's avatar lain
Browse files

Work around hotlinking restrictions.

parent 026ab7c1
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<a class="image-attachment" v-if="type === 'image' && !hidden"
:href="attachment.url" target="_blank">
<img :src="attachment.url"></img>
<img referrerpolicy="no-referrer" :src="attachment.url"></img>
</a>
<video v-if="type === 'video' && !hidden" :src="attachment.url" controls></video>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment