From 793aee35be63220c75bf0310e8f7f890b05274fc Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 2 Mar 2011 10:53:03 -0800 Subject: Document what not to do with cydia://. --- MobileCydia.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index 2257a19..0303557 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9597,6 +9597,9 @@ _trace(); [NSURLProtocol registerClass:[CydiaURLProtocol class]]; + // this would disallow http{,s} URLs from accessing this data + //[WebView registerURLSchemeAsLocal:@"cydia"]; + Font12_ = [[UIFont systemFontOfSize:12] retain]; Font12Bold_ = [[UIFont boldSystemFontOfSize:12] retain]; Font14_ = [[UIFont systemFontOfSize:14] retain]; -- cgit v1.2.3