Skip to content

Instantly share code, notes, and snippets.

@seksenov
Created June 9, 2015 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seksenov/8df352b057d7bdc14a2d to your computer and use it in GitHub Desktop.
Save seksenov/8df352b057d7bdc14a2d to your computer and use it in GitHub Desktop.
Application Content URI Rules Example
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