From 9fa55e493c74111ec44e126081290952038b2075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1vio=20Soares=20Meira?= Date: Sun, 7 Jun 2026 09:54:40 -0400 Subject: [PATCH] Add local network access permission to iframe When trying to access https://dash.reactivesearch.io/app/indexName/browse, using the local setup described at https://www.reactivesearch.io/get-started, there is a cor error that happens with the iframe for dejavu, so it doesn't load (chrome). Adding allow="local-network-access" to the iframe makes it work. Only tested by recreating the iframe on chrome devtools --- src/pages/BrowserPage/BrowserPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/BrowserPage/BrowserPage.js b/src/pages/BrowserPage/BrowserPage.js index 93be2eef..8c07a06e 100644 --- a/src/pages/BrowserPage/BrowserPage.js +++ b/src/pages/BrowserPage/BrowserPage.js @@ -122,6 +122,7 @@ class BrowserPage extends Component { loading="lazy" allowFullScreen referrerPolicy="no-referrer-when-downgrade" + allow="local-network-access" /> ) : (