summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDario CambiƩ <dario.cambie@glasgow.ac.uk>2020-06-26 17:54:10 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-08-14 19:47:32 +0200
commit2eaf8c81ba6ea847ecd6c4b54f8f7f660194cbfa (patch)
tree43dc1c12ab94dbbfde7a35b0bebb71815f9c1c91 /docs
parent4ebc906fef787996497dc198e536e152e8be9bde (diff)
Fix typo
Signed-off-by: Dario CambiƩ <dario.cambie@glasgow.ac.uk>
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/README.md b/docs/faq/README.md
index d28aee601..862244b13 100644
--- a/docs/faq/README.md
+++ b/docs/faq/README.md
@@ -27,7 +27,7 @@ Since an attacker can not execute code in contrast to mixed active content, but
#### Why don't you simply use an HTTPS image/audio/video proxy
-For the same reason that we can't fix non HTTPS websites: It does not fix the underlying issue but only silences it. If you are using an image HTTPS proxy, an attacker can simply attack your image proxy since the proxy fetches insecure content. **Even worse**: if your image proxy serves these images from the same domain as your Nextcloud installation you [are vulnerable to XSS via SVG images](https://www.owasp.org/images/0/03/Mario_Heiderich_OWASP_Sweden_The_image_that_called_me.pdf). In addition people feel save when essentially they are not.
+For the same reason that we can't fix non HTTPS websites: It does not fix the underlying issue but only silences it. If you are using an image HTTPS proxy, an attacker can simply attack your image proxy since the proxy fetches insecure content. **Even worse**: if your image proxy serves these images from the same domain as your Nextcloud installation you [are vulnerable to XSS via SVG images](https://www.owasp.org/images/0/03/Mario_Heiderich_OWASP_Sweden_The_image_that_called_me.pdf). In addition people feel safe when essentially they are not.
Since most people don't understand mixed content and don't have two domains and a standalone server for the image proxy, it is very likely they will choose to host it under the same domain.