diff --git a/configs/ionos-apps-user-agents.config.php b/configs/ionos-apps-user-agents.config.php new file mode 100644 index 0000000..54aedb0 --- /dev/null +++ b/configs/ionos-apps-user-agents.config.php @@ -0,0 +1,8 @@ + [ + // Use regex to match the user agent string + // to allow the login flow for allowed apps + '/Hidrive Next/i', + ], +];