whilename opened a new issue, #1337: URL: https://github.com/apache/cordova-docs/issues/1337
# Bug Report ## Problem In NodeJs v18 & [email protected] environment, after I created a project using "cordova create sampleapp com.sample.app SampleApp" command, "config.xml" file is not included <access origin="*">, causing the program to be unable to access external web-sites. ### What is expected to happen? I tried to create the project in cordova@9 version, "config.xml" file and it will contain <access origin="*"> by default, I saw in the official cordova documentation guide(https://cordova.apache.org/docs/en/11.x/guide/appdev/allowlist/index.html#network-request-allow-list) that it is automatically added by default. ### What does actually happen? so I was wondering why is not included by default in cordova@11.* version? ### Command or Code cordova create sampleapp com.sampleapp.com SampleApp cordova platform add android cordova plugin add cordova-plugin-dialogs cordova-plugin-network-information ### Environment, Platform, Device Windows 11 & NodeJS v18 & [email protected] & Android ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- 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]
