Bug 147693

Summary: [Win] Allow display of mixed content on Windows (by default)
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch achristensen: review+, bfulgham: commit-queue+

Description Brent Fulgham 2015-08-05 14:41:04 PDT
In r183023: <http://trac.webkit.org/changeset/183023>, mixed content blocking was disabled for WK1 clients. This is also needed for our Windows clients:

1. If the preference is set to block (or allow), we honor that setting.
2. If the preference has never been set, we allow mixed content to match existing behavior.

Security-Conscious WebKit Windows clients should be sure to set this preference to FALSE in new applications.
Comment 1 Brent Fulgham 2015-08-05 15:39:56 PDT
<rdar://problem/22059707>
Comment 2 Brent Fulgham 2015-08-05 15:42:33 PDT
Created attachment 258309 [details]
Patch
Comment 3 Brent Fulgham 2015-08-05 16:50:29 PDT
Committed r188005: <http://trac.webkit.org/changeset/188005>