diff --git a/nym-wallet/src-tauri/src/operations/app/window.rs b/nym-wallet/src-tauri/src/operations/app/window.rs index 1d5482e409..a40c1d9688 100644 --- a/nym-wallet/src-tauri/src/operations/app/window.rs +++ b/nym-wallet/src-tauri/src/operations/app/window.rs @@ -34,6 +34,7 @@ async fn create_window( ) .title("Nym Wallet") .background_color(NYM_WALLET_WEBVIEW_BG) + .use_https_scheme(true) .build() { Ok(window) => { diff --git a/nym-wallet/src-tauri/src/operations/help/log.rs b/nym-wallet/src-tauri/src/operations/help/log.rs index 08a90a0085..0139c93da1 100644 --- a/nym-wallet/src-tauri/src/operations/help/log.rs +++ b/nym-wallet/src-tauri/src/operations/help/log.rs @@ -20,6 +20,7 @@ pub fn help_log_toggle_window(app_handle: tauri::AppHandle) -> Result<(), Backen ) .title("Nym Wallet Logs") .background_color(NYM_WALLET_WEBVIEW_BG) + .use_https_scheme(true) .build() { Ok(window) => {