breautek commented on issue #1373: URL: https://github.com/apache/cordova-ios/issues/1373#issuecomment-1730350756
`origin` request header is part of the `CORS` protocol. The CORS spec leaves it up to the user agent to add it to request headers or not, the only requirement is that the header must be sent if the user agent is making a "CORS" request, and the WKWebView does just that. As for the Referrer-Policy, there's a open [feature request](https://bugs.webkit.org/show_bug.cgi?id=206521) for wkwebview to support it, so I'm guessing that's not something WKWebView actually supports? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
