Browser Integrity Check Failing for my App's in-app browser

My customers cannot access fanfiction.net from my app, WebOutLoud’s in-app browser. I am the developer of WebOutLoud. It uses an in-app browser to access websites. Fanfiction.net is a frequently visited site and my customers are not able to access it from the app’s in app browser. It is not passing the “human verifiction” test. Please help me understand what needs to be done to fix this issue. My app has been in operations for over 10 years and it is not a security risk. Please help!

Hello. In case any devs are reading this, I found a fix which you can implement if you are using a custom WKNavigationDelegate. In the delegate method, func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void), make sure to allow “about:srcdoc”.

We had some logic which was not allowing those requests. That should fix it.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.