diff --git a/src/biz/bokhorst/xprivacy/Meta.java b/src/biz/bokhorst/xprivacy/Meta.java index c73c2595d..5184fcbdb 100644 --- a/src/biz/bokhorst/xprivacy/Meta.java +++ b/src/biz/bokhorst/xprivacy/Meta.java @@ -282,7 +282,7 @@ public static List get() { mListHook.add(new Hook("view", "getUserAgentString", "", 3, null, null)); mListHook.add(new Hook("view", "setUserAgent", "", 3, null, null)); mListHook.add(new Hook("view", "setUserAgentString", "", 3, null, null)); - mListHook.add(new Hook("view", "android.intent.action.VIEW", "", 1, null, null).doNotify()); + mListHook.add(new Hook("view", "android.intent.action.VIEW", "", 1, null, null).doNotify().whitelist(cWhitelistUrl)); // @formatter:on return mListHook; }