本文介绍了Windows 8.1项目上的ApplicationContentUriRules的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的应用中有一个带有外部https网址的iframe代码.
I have an iframe tag inside my app with external https url.
我需要在"ApplicationContentUriRules"中添加安全网址在"package.appxmanifest"中.
I need to add safe url to "ApplicationContentUriRules" in "package.appxmanifest".
如何覆盖由Cordova工具生成的"package.appxmanifest"文件?
How can I override the cordova tools generated "package.appxmanifest" file?
谢谢.
推荐答案
-艾伦
这篇关于Windows 8.1项目上的ApplicationContentUriRules的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!