Bug 147693 - [Win] Allow display of mixed content on Windows (by default)
Summary: [Win] Allow display of mixed content on Windows (by default)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-08-05 14:41 PDT by Brent Fulgham
Modified: 2015-08-05 16:55 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.85 KB, patch)
2015-08-05 15:42 PDT, Brent Fulgham
achristensen: review+
bfulgham: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>