Message from discussion
SeaMonkey Site preferences are not cleared
Received: by 10.66.72.42 with SMTP id a10mr1982692pav.34.1350865778546;
Sun, 21 Oct 2012 17:29:38 -0700 (PDT)
Path: s9ni29812pbb.0!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.mozilla.org!news.mozilla.org.POSTED!not-for-mail
NNTP-Posting-Date: Sun, 21 Oct 2012 19:29:37 -0500
Date: Sun, 21 Oct 2012 17:29:33 -0700
From: NoOp <gl...@sbcglobal.net.invalid>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Firefox/16.0 SeaMonkey/2.13.1
MIME-Version: 1.0
Newsgroups: mozilla.support.seamonkey,mozilla.dev.apps.seamonkey
Subject: SeaMonkey Site preferences are not cleared
X-Enigmail-Version: 1.4.5
Message-ID: <1_ednbfDlqDvDhnNnZ2dnUVZ_qSdnZ2d@mozilla.org>
Lines: 52
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 69.228.95.78
X-AuthenticatedUsername: NoAuthUser
X-Trace: sv3-ajsLMx1FcBXXgMldyMU1CejKPl7Z4q6jbBzrSWbHyoiMdWZOnX+OChcTKSa0gqc+CmPC97XE7cH6Xnd!CLIHKkhYzqlf5e5+dWakR+f3GdlaPXSX6Vlg1yYqe95bhQ5j3VRBctZsx8lJ7s5Kmn5qdHFBwGrR!KxuvEZ64j6Q=
X-Complaints-To: abuse@mozilla.org
X-DMCA-Complaints-To: ab...@mozilla.org
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
Bytes: 3476
X-Original-Bytes: 3415
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
This has bugged me for awhile; when you 'Clear Private Data', SeaMonkey
provides option check boxes for:
o Browsing History
o Location Bar History
o Download History
o Saved Form and Search History
o Cache
o Cookies
o Offline Website Data
o Saved Passwords
o Authenticated settings
It is missing the Firefox option: Site Preferences
This, to me, is a fairly important privacy issue.
If you open the data manager (Tools|Data Manager) and click on the
selection drop down, select 'Preferences Only'. There you most likely
will find a list of websites that you may have used the zoom feature on.
If you've no domains listed, simply go to a web page, View|Zoom and
select a zoom level. Now look at the 'Preferences Only' and you'll find
that website listed with your browser content zoom setting.
All of the above is great & automatically saves your site zoom
preferences... Until you wish to clear your private data. I checked one
of my systems and it has visited domains/sites from 2 years ago. Doesn't
seem to make much sense to be able to clear passwords, history, et al,
and not be able to clear site preferences. The only way that I've found
to do this is to load up the Mozilla, or any sqlite manager, and open
the 'content-prefs.sqlite' file, and empty the groups, prefs, and
settings tables.
Note: Firefox also has an easy user way to clear & reset an individual
page/tab during a session without using 'Tools|Clear Recent History':
View|Zoom|Reset
That not only restores the page to normal zoom, but also clears the
entry out of the content-prefs.sqlite database.
It appears there was some knowledge about the Firefox preference that
cleans this: privacy.clearOnShutdown.siteSettings a few years back when
porting the Sync UL over to SeaMonkey:
https://bugzilla.mozilla.org/show_bug.cgi?id=576970#c29
">+pref("services.sync.prefs.sync.privacy.clearOnShutdown.siteSettings",
true);
We don't have this, but we do have .item.urlbar"
I've tried adding the pref privacy.clearOnShutdown.siteSettings in
SeaMonkey 2.13.1 about:config and it does not work.
Ping Neil & Jens: is there any workaround for this other than cleaning
the content-prefs.sqlite tables directly?