I’m working on an app and using ionic 5, capacitor 2, and angular 10. for security reasons, I need to add domain white listing.
So I modified config.xml
file and changed <access origin="*"/>
to <access origin="https://*.something.com"
in both android and iOS.
After running the app live on a device using ionic capacitor run android -l --external --configuration=staging
I can still load an iframe and access content from “abc.com” or any other domain?
Is domain whitelisting not possible in ionic capacitor?
1 post - 1 participant