quyenvsp commented on PR #1302:
URL: https://github.com/apache/cordova-ios/pull/1302#issuecomment-1517272650
Just note for people who has problem Invalid url
```
<allow-navigation href="*youtube*" />
```
should change to
```
<allow-navigation href="http:*youtube*" />
<allow-navigation href="https:*youtube*" />
```
--
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]