Hi everyone, I'm wondering whether anyone has had ...
# talk-kratos
a
Hi everyone, I'm wondering whether anyone has had the following issue. I have a website which integrates with Kratos and I've setup Google login which works fine in a browser. However when the website is opened through the instagram app I get the following error from Google.
Copy code
Access blocked: website's request does not comply with Google's policies.
Website's request does not comply with Google's 'Use secure browser' policy. If this app has a website, you can open a web browser and try signing in from there. 
You can also contact the developer to let them know that their app must comply with Google's 'Use secure browsers' policy
Error 403: disallowed_useragent
t
disallowed_useragent
tells me that the browser Instagram uses to open pages within the app is not secure enough for Google to allow signing in through it. It's Google's policy
I believe best you can do is detect the Instagram browser yourself and ask users to open the website in their standalone browser
a
I've been looking around it seem like this is the best option. I was hoping there would be a smoother solution