Skip to content

Commit a6c7b54

Browse files
committed
InAppBrowser.java: New method isURLWhileListed to check for whitelisting.
Newtest in shouldOverrideUrlLoading, to allow whitelisted custom schemes like"mycoolapp://" inappbrowser.js: Added "customscheme" channel.
1 parent 44d9bb0 commit a6c7b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/android/InAppBrowser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public void run() {
285285
* Previously the Config class had a static method, isUrlWhitelisted(). That
286286
* responsibility has been moved to the plugins, with an aggregating method in
287287
* PluginManager.
288-
*/
288+
*
289289
* @param url, the URL as a String
290290
* @return true if WhiteListed, otherwise null or false
291291
*/

0 commit comments

Comments
 (0)