From: Jay Freeman (saurik) Date: Wed, 2 Mar 2011 18:53:03 +0000 (-0800) Subject: Document what not to do with cydia://. X-Git-Tag: v1.1.0%b1~79 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/793aee35be63220c75bf0310e8f7f890b05274fc Document what not to do with cydia://. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 2257a19c..03035574 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];