On 10/17/2012 06:52 AM, Beauregard T. Shagnasty wrote: ... > I also refused the Windows Live ID cookie (on principle) so maybe that is > why I cannot see the picture. I was using Firefox. > > I fired up a different browser (IceCat), went to the link, accepted > several cookies (for session only), found it left 16 of them, but I could > see the screenshot. > > I wonder if Richard has hovered the cursor over the "empty stripe" to see > if he gets a double-headed arrow to expand the header area. It looks > collapsed to me. >
Interesting. Thanks for that BT. From that I discovered that PrefBar has a bug... unchecking the cookies button still allowed cookies through. Previously it would block all cookies. No idea if you use PrefBar, but I modified the item to fix that: toPref: 1+Number(!Value) fromPref: value !=0 The last allows cookies only from the originating website. To allow all cookies you just change !=0 to !=1. I'll submit a bug to Manuel & leave this thread. If any questions (all) please start a new thread so that I don't continue to hijack 'Mail Display Page Headings'. :-) _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

