From 1664e83449e78ab984ab87c16e7e4061a26d22d7 Mon Sep 17 00:00:00 2001 From: Joseph Werle Date: Tue, 16 Apr 2024 14:04:10 -0400 Subject: [PATCH] chore(socket.ini): add '[webview.navigator.policies] allowed[]' config --- socket.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/socket.ini b/socket.ini index 0ab7555..c54864a 100644 --- a/socket.ini +++ b/socket.ini @@ -88,16 +88,16 @@ watch = true reload = true [webview.service-workers] - / = /worker.js ; Mount file system paths in webview navigator [webview.navigator.mounts] $HOST_HOME = /user/home -; $HOST_HOME/directory-in-home-folder/ = /mount/path/in/navigator -; $HOST_CONTAINER/directory-app-container/ = /mount/path/in/navigator -; $HOST_PROCESS_WORKING_DIRECTORY/directory-in-app-process-working-directory/ = /mount/path/in/navigator +[webview.navigator.policies] +allowed[] = "https://*.stripe.com/*" +allowed[] = "https://stripe.com/*" +allowed[] = "https://*.stripe.network/*" [permissions] ; Allow/Disallow fullscreen in application