Skip to content

Commit

Permalink
Add AuthKit to MobileLoader filter for proxying the App Store
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Jan 9, 2016
1 parent 15635aa commit 9b443c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion SSLKillSwitch2.plist
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
Filter = {Bundles = ("com.apple.UIKit");};
{
Filter = {
Bundles = (
"com.apple.AuthKit",
"com.apple.UIKit",
);
};
}

0 comments on commit 9b443c3

Please sign in to comment.