Created
June 9, 2015 15:49
-
-
Save seksenov/8df352b057d7bdc14a2d to your computer and use it in GitHub Desktop.
Application Content URI Rules Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
StartPage="http://codepen.io/seksenov/pen/wBbVyb/?editors=101"> | |
<uap:ApplicationContentUriRules> | |
<uap:Rule Match="http://codepen.io/seksenov/pen/wBbVyb/?editors=101" Type="include" WindowsRuntimeAccess="all"/> | |
<uap:Rule Match="http://*.codepen.io/" Type="include" WindowsRuntimeAccess="all"/> | |
</uap:ApplicationContentUriRules> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment