mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
feat(allow-list)!: integrate and refactor core plugin (#1138)
* refactor!: naming to allow list * feat(allow-list): integrate core plugin * refactor(allow-list): cleanup * refactor: drop deprecated launch-external case for CustomConfigParser::handleStartTag * fix: apply review comments
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@
|
||||
<script type="text/javascript" charset="utf-8" src="../main.js"></script>
|
||||
</head>
|
||||
<body onload="init();" id="stage" class="theme">
|
||||
<h1>Whitelist Page 1</h1>
|
||||
<h1>Allow List Page 1</h1>
|
||||
<div id="info">
|
||||
<h4>Cordova: <span id="cordova"> </span></h4>
|
||||
<h4>Deviceready: <span id="deviceready"> </span></h4>
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
<script type="text/javascript" charset="utf-8" src="../main.js"></script>
|
||||
</head>
|
||||
<body onload="init();" id="stage" class="theme">
|
||||
<h1>Whitelist Page 2</h1>
|
||||
<h1>Allow List Page 2</h1>
|
||||
<div id="info">
|
||||
<h4>Cordova: <span id="cordova"> </span></h4>
|
||||
<h4>Deviceready: <span id="deviceready"> </span></h4>
|
||||
@@ -51,6 +51,6 @@
|
||||
<button class="btn large" onclick="startActivity('htmlnotfound/index.html');">HTML not found</button>
|
||||
<button class="btn large" onclick="startActivity('iframe/index.html');">IFrame</button>
|
||||
<button class="btn large" onclick="startActivity('lifecycle/index.html');">Lifecycle</button>
|
||||
<button class="btn large" onclick="startActivity('whitelist/index.html');">Whitelist</button>
|
||||
<button class="btn large" onclick="startActivity('allowlist/index.html');">Allow List</button>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user