Bug 135472 - [Mac, iOS] Remove -setAllowsAnyHTTPSCertificate calls
Summary: [Mac, iOS] Remove -setAllowsAnyHTTPSCertificate calls
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on: 115282
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-31 14:28 PDT by Alexey Proskuryakov
Modified: 2014-07-31 18:28 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (2.87 KB, patch)
2014-07-31 14:30 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-07-31 14:28:39 PDT
Now that we allow untrusted certificates by handling server trust challenges, we don't need -setAllowsAnyHTTPSCertificate any more.
Comment 1 Alexey Proskuryakov 2014-07-31 14:30:01 PDT
Created attachment 235843 [details]
proposed patch
Comment 2 WebKit Commit Bot 2014-07-31 15:56:49 PDT
Comment on attachment 235843 [details]
proposed patch

Clearing flags on attachment: 235843

Committed r171893: <http://trac.webkit.org/changeset/171893>
Comment 3 WebKit Commit Bot 2014-07-31 15:56:52 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Alexey Proskuryakov 2014-07-31 18:28:16 PDT
Reverted in <http://trac.webkit.org/changeset/171902>.

We can't do this yet, because appcache does loading in WebProcess without consulting delegates.