This only covers the simple cases of references to issues and repos. More complex areas, such as deployment scripts, will be handled separately. Part of https://github.com/vector-im/element-web/issues/14864
12 lines
338 B
HTML
12 lines
338 B
HTML
<html>
|
|
<head>
|
|
<!--
|
|
Hello! If you're reading this, perhaps you're wondering what this
|
|
file is doing and why your Element is using it.
|
|
In short, this allows Element to isolate potentially unsafe encrypted
|
|
attachments into their own origin, away from your Element.
|
|
Stay curious!
|
|
-->
|
|
</head>
|
|
<body></body>
|
|
</html>
|