commit
a90d7e54d4
2 changed files with 7 additions and 0 deletions
|
@ -12,4 +12,9 @@
|
|||
<gap:plugin name="cordova-plugin-whitelist" version="1.0.0" source="npm" />
|
||||
|
||||
<access origin="*"/>
|
||||
|
||||
<allow-navigation href="*" />
|
||||
|
||||
<allow-intent href="http://*/*" />
|
||||
<allow-intent href="https://*/*" />
|
||||
</widget>
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
<head>
|
||||
<title>Authentication Example</title>
|
||||
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'">
|
||||
|
||||
<script type="text/javascript" charset="utf-8" src="cordova.js"></script>
|
||||
<script type="text/javascript" charset="utf-8" src="keycloak.js"></script>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
|
|
Loading…
Reference in a new issue