CatalystCode / cordova-plugin-cogsvcsspeech

Cordova plugin for Microsoft Cognitive Services speech services.
MIT License
2 stars 3 forks source link

Add config.xml configuration for cordova-plugin-whitelist #23

Closed rozele closed 4 years ago

rozele commented 4 years ago

In the Cognitive Services plugin code, we take a dependency on cordova-plugin-whitelist. Curious what the purpose of that dependency is.

bsherwin commented 4 years ago

This was most likely added by the Cordova template and we just haven't got to locking the app down yet, but it is recommended practice... Cordova whitelist and Content Security Policy guide

esgraham commented 4 years ago

Closing issue as it is recommended practice.