Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Whitelist view actions
Browse files Browse the repository at this point in the history
Refs #1419
  • Loading branch information
M66B committed Feb 22, 2014
1 parent 649b85a commit af22b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/Meta.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public static List<Hook> 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;
}
Expand Down

0 comments on commit af22b75

Please sign in to comment.