From 391327db2a438573ab8d197374a706bc9fc72ef7 Mon Sep 17 00:00:00 2001 From: gitmotion <43588713+gitmotion@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:05:04 -0700 Subject: [PATCH] update readme for allowed_iframe_origins --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 88d0874..4ac223d 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,10 @@ See `.env.example` for a template and more details.
ALLOWED_IFRAME_ORIGINS (DEPRECATED: see ALLOWED_ORIGINS) +- This is now deprecated but still works for backwards compatibility +- ALLOWED_IFRAME_ORIGINS will be used as a fallback if ALLOWED_ORIGINS is not set +- Please update to ALLOWED_ORIGINS for future compatibility + ~~To allow this app to be embedded in an iframe on specific origins (such as Organizr), set the `ALLOWED_IFRAME_ORIGINS` environment variable. For example:~~ ```env