rolinger opened a new issue, #1373:
URL: https://github.com/apache/cordova-ios/issues/1373
I don't know if this is a bug or if I am doing it wrong but my app loads an
iframe and the call to the url is not adding the `origin` or `referrer`
attributes to the header.
In my iFrame I have added:
`<iframe referrerpolicy="origin" id="logframe" ng-src="{{logItem.url}}"
style="width:100%;height:100%;"> </iframe>`
That didn't work, and then I added the following to my main index.html page:
```
<meta name="referrer" content="origin">
<meta http-equiv="Referrer-Policy" content="origin">
```
And that did not work either. Am I doing something wrong, is this a bug or
is it simply just not possible? According to the web specs on WkWebView it
indicates the attribute should be allowed.
--
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]