From 9d548926b7b5cd8a6670c41042c60c6c9c6c0098 Mon Sep 17 00:00:00 2001 From: Anon Date: Wed, 19 Apr 2023 23:56:23 -0700 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b2ae75..067472a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ You don't have to use it strictly with Pleroma as you might imagine, but it's de To use it as such, some configuration is required: 1. cd into the root directory of your Pleroma installation: `cd /opt/pleroma` 2. Edit `config/prod.secrets.exs` and enable `showInstanceSpecificPanel`. -3. Add CSP parameter "frame-src https://example.tld" to lib/pleroma/web/plugs/http_security_plug.ex +3. Add CSP parameter `frame-src https://example.tld` to `lib/pleroma/web/plugs/http_security_plug.ex` 1. [Click here](https://git.yandere.cc/Anon/pleroma/commit/45f6ad7efda64a82b2a5b94af9b9071610a5dc8a) if you're confused. This is what it looks like on my instance. 2. This is required, otherwise web browsers that implement Content Security Policy (CSP) rules will not allow you to embed your website in an iframe. 4. Make the following path `mkdir -p instance/static/instance`