A user can pay with Paypal inside our application. We open the Paypal link inside a WKWebView.
But this is the result after the Paypal log-in.
When I inspect the WKWebView I find these 2 errors in the console:
Refused to load https://www.recaptcha.net/recaptcha/enterprise/... because it does not appear in the frame-ancestors directive of the Content Security Policy.
Failed https://www.recaptcha.net/recaptcha/enterprise/... to load resource: the server responded with a status of 404 ()
I did not find anything on the internet to how to solve this.
Thanks