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
32ed8d20
Commit
32ed8d20
authored
6 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
Abrowser: changes for v64
parent
e34d1015
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
+6
-4
6 additions, 4 deletions
helpers/DATA/firefox/settings.js
helpers/make-firefox
+7
-9
7 additions, 9 deletions
helpers/make-firefox
with
13 additions
and
13 deletions
helpers/DATA/firefox/settings.js
+
6
−
4
View file @
32ed8d20
...
...
@@ -129,10 +129,12 @@ pref("browser.newtabpage.introShown", true);
pref
(
"
browser.aboutHomeSnippets.updateUrl
"
,
""
);
// Always ask before restoring the browsing session
pref
(
"
browser.sessionstore.max_resumed_crashes
"
,
0
);
// Disable tracking protection by default, as it makes automated connections to fetch lists
pref
(
"
browser.safebrowsing.provider.mozilla.updateURL
"
,
""
);
pref
(
"
privacy.trackingprotection.enabled
"
,
false
);
pref
(
"
privacy.trackingprotection.pbmode.enabled
"
,
false
);
// Disable tracking protection by default, as it makes automated connections to fetch lists (not doing this until the newtab privacy block is reimplemented)
//pref("browser.safebrowsing.provider.mozilla.updateURL", "");
pref
(
"
privacy.trackingprotection.enabled
"
,
true
);
pref
(
"
privacy.trackingprotection.pbmode.enabled
"
,
true
);
pref
(
"
urlclassifier.trackingTable
"
,
"
test-track-simple,base-track-digest256,content-track-digest256
"
);
pref
(
"
browser.privacy.trackingprotection.menu
"
,
"
always
"
);
pref
(
"
privacy.trackingprotection.introURL
"
,
"
https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tracking-protection/start/
"
);
// Disable geolocation
pref
(
"
geo.enabled
"
,
false
);
...
...
This diff is collapsed.
Click to expand it.
helpers/make-firefox
+
7
−
9
View file @
32ed8d20
...
...
@@ -34,7 +34,6 @@ sed '/\["disableSnippets/,/value/s/value: false/value: true/' -i $ActivityStream
sed
'/\["telemetry"/,/value/s/value: true/value: false/'
-i
$ActivityStream
sed
'/\["section.highlights.includePocket"/,/value/s/value: true/value: false/'
-i
$ActivityStream
sed
'/\["telemetry.ping.endpoint"/,/value/s/value: .*/value: ""/'
-i
$ActivityStream
sed
's_https://snippets.cdn.*json__'
-i
$ActivityStream
sed
's/\(read_more_endpoint:\) .http.*/\1 "",/'
-i
$ActivityStream
sed
's/\(stories_endpoint:\) .http.*/\1 "",/'
-i
$ActivityStream
sed
's/\(stories_referrer:\) .http.*/\1 "",/'
-i
$ActivityStream
...
...
@@ -44,12 +43,13 @@ sed '/name: "telemetry"/,/value/s/value: true/value: false/' -i $ActivityStream
sed
'/name: "section.topstories"/,/return/s/return.*/return false;/'
-i
$ActivityStream
sed
's/.Ubuntu., //'
-i
browser/components/newtab/css/activity-stream
*
.css
cp
$DATA
/onboarding/bootstrap.js browser/extensions/onboarding
cp
$DATA
/onboarding/onboarding.js browser/extensions/onboarding/content
cp
$DATA
/onboarding/onboarding.properties browser/extensions/onboarding/locales/en-US
for
locale
in
$(
ls
-1
$DATA
/onboarding/locales/
)
;
do
cp
$DATA
/onboarding/locales/
$locale
/onboarding.properties l10n/
$locale
/browser/extensions/onboarding
done
#cp $DATA/watermark.svg ./browser/extensions/onboarding/content/img/watermark.svg
#cp $DATA/onboarding/bootstrap.js browser/extensions/onboarding
#cp $DATA/onboarding/onboarding.js browser/extensions/onboarding/content
#cp $DATA/onboarding/onboarding.properties browser/extensions/onboarding/locales/en-US
#for locale in $(ls -1 $DATA/onboarding/locales/); do
# cp $DATA/onboarding/locales/$locale/onboarding.properties l10n/$locale/browser/extensions/onboarding
#done
sed
'/captivedetect.canonicalURL/s/http.*success.txt//'
-i
modules/libpref/init/all.js
...
...
@@ -178,8 +178,6 @@ MOZ_ENABLE_BREAKPAD = 0
MOZ_ENABLE_TELEMETRY = 0
EOF
cp
$DATA
/watermark.svg ./browser/extensions/onboarding/content/img/watermark.svg
# Delete stuff we don't use and that may contain trademaked logos
rm
-rf
./browser/metro ./addon-sdk/source/doc/static-files/media ./browser/themes/windows ./browser/themes/osx ./b2g
...
...
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