Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
1371de15
Commit
1371de15
authored
10 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
Fixed Abrowser 34 privacy issues
parent
b1183752
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/firefox/settings.js
+14
-2
14 additions, 2 deletions
helpers/DATA/firefox/settings.js
helpers/make-firefox
+4
-6
4 additions, 6 deletions
helpers/make-firefox
with
18 additions
and
8 deletions
helpers/DATA/firefox/settings.js
+
14
−
2
View file @
1371de15
// Enable hello
pref
(
"
loop.throttled
"
,
false
);
// Release notes and vendor URLs
pref
(
"
app.releaseNotesURL
"
,
"
http://trisquel.info/browser
"
);
pref
(
"
app.vendorURL
"
,
"
http://trisquel.info/browser
"
);
...
...
@@ -11,6 +14,11 @@ pref("pfs.filehint.url", "http://trisquel.info/sites/pfs.php?mime=%PLUGIN_MIMETY
pref
(
"
keyword.URL
"
,
"
https://duckduckgo.com/?t=trisquel&q=!+
"
);
pref
(
"
browser.search.defaultenginename
"
,
"
DuckDuckGo (SSL)
"
);
pref
(
"
browser.search.order.extra.duckduckgo
"
,
"
DuckDuckGo (SSL)
"
);
pref
(
"
browser.search.showOneOffButtons
"
,
false
);
pref
(
"
browser.search.suggest.enabled
"
,
false
);
// Disable preconnecting to search engine when clicking on the search bar
//pref("network.http.speculative-parallel-limit", 0);
// Disable plugin installer
pref
(
"
plugins.hide_infobar_for_missing_plugin
"
,
true
);
...
...
@@ -99,7 +107,7 @@ pref("social.toast-notifications.enabled", false);
pref
(
"
datareporting.healthreport.uploadEnabled
"
,
false
);
pref
(
"
datareporting.healthreport.service.enabled
"
,
false
);
pref
(
"
browser.slowStartup.notificationDisabled
"
,
true
);
pref
(
"
network.http.sendRefererHeader
"
,
0
);
pref
(
"
network.http.sendRefererHeader
"
,
2
);
//http://grack.com/blog/2010/01/06/3rd-party-cookies-dom-storage-and-privacy/
//pref("dom.storage.enabled", false);
pref
(
"
dom.event.clipboardevents.enabled
"
,
false
);
...
...
@@ -110,6 +118,10 @@ pref("toolkit.telemetry.enabled", false);
// Do not tell what plugins do we have enabled: https://mail.mozilla.org/pipermail/firefox-dev/2013-November/001186.html
pref
(
"
plugins.enumerable_names
"
,
""
);
pref
(
"
plugin.state.flash
"
,
1
);
// Don't download ads for the newtab page
pref
(
"
browser.newtabpage.directory.source
"
,
""
);
pref
(
"
browser.newtabpage.directory.ping
"
,
""
);
pref
(
"
browser.newtabpage.introShown
"
,
true
);
// Services
...
...
@@ -132,7 +144,7 @@ pref("security.tls.version.min", 1);
// Do not autoupdate search engines
pref
(
"
browser.search.update
"
,
false
);
// Warn when the page tries to redirect or refresh
pref
(
"
accessibility.blockautorefresh
"
,
true
);
//
pref("accessibility.blockautorefresh", true);
// Disable channel updates
pref
(
"
app.update.enabled
"
,
false
);
...
...
This diff is collapsed.
Click to expand it.
helpers/make-firefox
+
4
−
6
View file @
1371de15
#!/bin/bash
#
# Copyright (C) 2008-201
2
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2008-201
4
Ruben Rodriguez <ruben@trisquel.info>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
3
3
VERSION
=
3
5
.
./config
...
...
@@ -29,10 +29,8 @@ patch -p1 < $DATA/enable-js-options.patch
# js settings
cat
$DATA
/settings.js
>>
debian/vendor-firefox.js
# Make ubufox mandatory
#sed 's/Depends: lsb-release,/Depends: lsb-release, xul-ext-ubufox,/' -i debian/control.in
#sed 's/iceweasel,/iceweasel, firefox, icecat,/' -i debian/control.in
# Replace ubufox recommendation
sed
's/xul-ext-ubufox/xul-ext-youtube-html5-video-player/'
-i
debian/control.in
sed
'/mozilla.org\/legal/d'
-i
services/healthreport/healthreport-prefs.js
cat
<<
EOF
>>services/healthreport/healthreport-prefs.js
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment