diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-02 10:53:03 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:35 -0800 |
commit | 793aee35be63220c75bf0310e8f7f890b05274fc (patch) | |
tree | 28af563643d610b0131acc189733388b9f67bd69 | |
parent | 7c8912f8ff4f724dd7a66218d0f871ea81317fbf (diff) |
Document what not to do with cydia://.
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 3 insertions, 0 deletions
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]; |