Closed
Bug 860970
Opened 13 years ago
Closed 13 years ago
Need to sync new security prefs from bug 842191
Categories
(SeaMonkey :: Security, defect)
SeaMonkey
Security
Tracking
(seamonkey2.18 unaffected, seamonkey2.19 fixed, seamonkey2.20 fixed)
RESOLVED
FIXED
seamonkey2.20
| Tracking | Status | |
|---|---|---|
| seamonkey2.18 | --- | unaffected |
| seamonkey2.19 | --- | fixed |
| seamonkey2.20 | --- | fixed |
People
(Reporter: neil, Assigned: neil)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.46 KB,
patch
|
InvisibleSmiley
:
review+
iannbugzilla
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
Bug 842191 added four preferences to pref-ssl.xul but didn't sync them.
| Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → neil
Status: NEW → ASSIGNED
Attachment #736541 -
Flags: review?(jh)
Attachment #736541 -
Flags: review?(iann_bugzilla)
Comment 2•13 years ago
|
||
Neil don't you think we should also do this: http://hg.mozilla.org/mozilla-central/rev/60b08f643863
> 1.12 +// Block insecure active content on https pages
> 1.13 +pref("security.mixed_content.block_active_content", true);
Comment 3•13 years ago
|
||
Comment on attachment 736541 [details] [diff] [review]
Proposed patch
Review of attachment 736541 [details] [diff] [review]:
-----------------------------------------------------------------
Please sort the prefs.
::: suite/browser/browser-prefs.js
@@ +930,5 @@
> pref("services.sync.prefs.sync.security.warn_submit_insecure", true);
> pref("services.sync.prefs.sync.security.warn_viewing_mixed", true);
> +pref("services.sync.prefs.sync.security.warn_mixed_active_content", true);
> +pref("services.sync.prefs.sync.security.mixed_content.block_active_content", true);
> +pref("services.sync.prefs.sync.security.warn_mixed_display_content", false);
What's the point of adding a pref that should not be synced?
| Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Philip Chee from comment #2)
> > 1.12 +// Block insecure active content on https pages
> > 1.13 +pref("security.mixed_content.block_active_content", true);
Sure, but in a separate bug.
(In reply to Jens Hatlak from comment #3)
> (From update of attachment 736541 [details] [diff] [review])
> Please sort the prefs.
Sorry, I hadn't noticed.
> > +pref("services.sync.prefs.sync.security.warn_mixed_display_content", false);
> What's the point of adding a pref that should not be synced?
Oops, too much copy & paste.
| Assignee | ||
Comment 5•13 years ago
|
||
Attachment #736541 -
Attachment is obsolete: true
Attachment #736541 -
Flags: review?(jh)
Attachment #736541 -
Flags: review?(iann_bugzilla)
Attachment #736697 -
Flags: review?(jh)
Updated•13 years ago
|
Attachment #736697 -
Flags: review?(jh) → review+
| Assignee | ||
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.20
| Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 736697 [details] [diff] [review]
Addressed review comments
[Approval Request Comment]
Regression caused by (bug #): (New preferences - 842191)
User impact if declined: Some SSL preferences don't sync
Testing completed (on m-c, etc.): Landed on c-c
Risk to taking this patch (and alternatives if risky): Low
String changes made by this patch: None
Attachment #736697 -
Flags: approval-comm-aurora?
| Assignee | ||
Comment 8•13 years ago
|
||
One of these days I'll get these flags right first time...
Attachment #736697 -
Flags: approval-comm-aurora? → approval-comm-aurora+
Comment 9•13 years ago
|
||
(In reply to neil@parkwaycc.co.uk from comment #8)
> One of these days I'll get these flags right first time...
Actually you don't need to set flags for the version that matches the TM. ;-)
| Assignee | ||
Comment 10•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•