Bug 135472

Summary: [Mac, iOS] Remove -setAllowsAnyHTTPSCertificate calls
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED LATER    
Severity: Normal CC: commit-queue, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 115282    
Bug Blocks:    
Attachments:
Description Flags
proposed patch none

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.