Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Opening up the Firefox browser to 8 tabs

273 views
Skip to first unread message

George Paul

unread,
Dec 12, 2015, 2:44:28 AM12/12/15
to mozilla-sup...@lists.mozilla.org
I just want to run a command that opens up the Firefox browser
to each of these browser test sites.

1. BrowserUniqueness http://panopticlick.eff.org
2. BrowserUserAgent: http://whatsmyuseragent.com
3. BrowserSize: http://whatsmy.browsersize.com
4. BrowserSettings: http://browserspy.dk
5. DNSleaks: https://www.dnsleaktest.com
6. CanvasSettings: https://www.browserleaks.com/canvas
7. MoreBrowserSettings with: http://dev.jeffersonscher.com/jstest.asp
8. EvenMoreBrowserSettings: Firefox: Help > Troubleshooting

Is there a way to structure a command to open up the browser to
those 8 tabs?

Poutnik

unread,
Dec 12, 2015, 3:13:34 AM12/12/15
to mozilla-sup...@lists.mozilla.org
Dne 12/12/2015 v 08:43 George Paul napsal(a):
Solution may depend on how much portable it should be.

For a single machine, or for machines synced by FF or XMarks sync ,
you may put all the sites as bookmarks to the folder of FF Bookmark
toolbar. In the toolbar context menu, there is
Open all in tabs..

Another option, but it may require TAB MIX Plus extension,
is to have handy local or remote page with all the links,
that you can select and open all links from context menu.

Another option may be iMacros, but it needs imacros extension.

Another option, is to have handy local or remote page
with JavaScript opening those pages.

--
Poutnik

Jim_S

unread,
Dec 12, 2015, 6:35:49 AM12/12/15
to mozilla-sup...@lists.mozilla.org
Create a bookmark folder. Open all those tabs and drag them to the folder.
Middle click on the folder and they should all open.
I am assuming that we're talking desktop with Bookmarks toolbar.
--
Jim S

Ralph Fox

unread,
Dec 12, 2015, 7:20:28 AM12/12/15
to mozilla-sup...@lists.mozilla.org
On Sat, 12 Dec 2015 01:43:45 -0600, George Paul wrote:

This command line does that for me, when run from a Windows Command
Prompt window and using Firefox 42.0.

"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" "http://panopticlick.eff.org" "http://whatsmyuseragent.com" "http://whatsmy.browsersize.com" "http://browserspy.dk" "https://www.dnsleaktest.com" "https://www.browserleaks.com/canvas" "http://dev.jeffersonscher.com/jstest.asp" "about:support"

I have not tested this in other operating systems nor with other
versions of Firefox.

Unfortunately this command line is a little too long to fit into the
"target" field of a Windows shortcut (max 850 chars). You may be able
to get round this by using URL shorteners (but of course that tells
the URL shortener people that you are browsing to these pages).


--
Kind regards
Ralph






..........|.........|.........|.........|.........|.........|.........|

Poutnik

unread,
Dec 12, 2015, 8:57:17 AM12/12/15
to mozilla-sup...@lists.mozilla.org
It could be stored in CMD file
and shortcut would be made to that CMD file.

Dne 12/12/2015 v 13:19 Ralph Fox napsal(a):

>
> This command line does that for me, when run from a Windows Command
> Prompt window and using Firefox 42.0.
>
> "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" "http://panopticlick.eff.org" "http://whatsmyuseragent.com" "http://whatsmy.browsersize.com" "http://browserspy.dk" "https://www.dnsleaktest.com" "https://www.browserleaks.com/canvas" "http://dev.jeffersonscher.com/jstest.asp" "about:support"
>
> I have not tested this in other operating systems nor with other
> versions of Firefox.
>
> Unfortunately this command line is a little too long to fit into the
> "target" field of a Windows shortcut (max 850 chars). You may be able
> to get round this by using URL shorteners (but of course that tells
> the URL shortener people that you are browsing to these pages).
>
>


--
Poutnik

Wise man guards the words he says,
as they may say about him more,
than he says about the subject.

Poutnik

unread,
Dec 12, 2015, 9:13:23 AM12/12/15
to mozilla-sup...@lists.mozilla.org
If the batch is run from proper VBS script file ( using, but not handy),
it can run invisibly without console window.

http://bit.ly/1lW883E
how-can-i-run-a-batch-file-in-the-background on StackOverflow

Dne 12/12/2015 v 14:56 Poutnik napsal(a):
> It could be stored in CMD file
> and shortcut would be made to that CMD file.
>
> Dne 12/12/2015 v 13:19 Ralph Fox napsal(a):
>
>>
>> This command line does that for me, when run from a Windows Command
>> Prompt window and using Firefox 42.0.

WaltS48

unread,
Dec 12, 2015, 9:24:35 AM12/12/15
to mozilla-sup...@lists.mozilla.org
Only occasionally, or all the time?

Occasionally.

1. Create a new profile and start Firefox with that profile

Use the Profile Manager to create and remove Firefox profiles | Firefox
Help
<https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles>


2. Open the all the sites in tabs

3. Set "When Firefox starts" to "Use Current Pages" for the Home Page
setting in Options > General. Scroll to the very end of the list and
remove |about:preferences

4. Start Firefox with firefox.exe -p (profile name) using that profile
without the parenthesis. Example: firefox.exe -p privacy

All the time.

1. Start Firefox the way you normally start it

2. Follow steps 2 and 3 from above

3. Start Firefox the way you normally start it

--
Linux Mint 17.2 "Rafaela" | KDE 4.14.2 | Thunderbird 45.0a1 (Daily)
You don't need zero-days when machines wherever are packed with old-days.
Go Bucs! (next season) Go Pens! Go Sabres! Go Pitt!
[Visit Pittsburgh]<http://www.visitpittsburgh.com/>
[Coexist · Understanding Across Divides]<https://www.coexist.org/>

»Q«

unread,
Dec 12, 2015, 9:38:19 AM12/12/15
to mozilla-sup...@lists.mozilla.org
In
<news:mailman.8669.144992282...@lists.mozilla.org>,
Ralph Fox <-rf...@xn--kba.invalid> wrote:

> On Sat, 12 Dec 2015 01:43:45 -0600, George Paul wrote:

> > Is there a way to structure a command to open up the browser to
> > those 8 tabs?
>
> This command line does that for me, when run from a Windows Command
> Prompt window and using Firefox 42.0.
>
> "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
> "http://panopticlick.eff.org" "http://whatsmyuseragent.com"
> "http://whatsmy.browsersize.com" "http://browserspy.dk"
> "https://www.dnsleaktest.com" "https://www.browserleaks.com/canvas"
> "http://dev.jeffersonscher.com/jstest.asp" "about:support"
>
> I have not tested this in other operating systems nor with other
> versions of Firefox.

That's supported on all platforms.
<https://developer.mozilla.org/docs/Mozilla/Command_Line_Options?#-url_URL>

George Paul

unread,
Dec 12, 2015, 10:08:57 AM12/12/15
to mozilla-sup...@lists.mozilla.org
On Sat, 12 Dec 2015 14:56:37 +0100, Poutnik wrote:

> It could be stored in CMD file
> and shortcut would be made to that CMD file.

That worked!

alias tab='/usr/lib/firefox/firefox -new-instance -profile $HOME/firefox/default_profile http://panopticlick.eff.org http://whatsmyuseragent.com http://whatsmy.browsersize.com http://browserspy.dk https://www.dnsleaktest.com https://www.browserleaks.com/canvas http://dev.jeffersonscher.com/jstest.asp http://whatismyipaddress.com about:support &'

$ tab

Voila!

Thanks Poutnik also for all the map ideas on Android!

George Paul

unread,
Dec 12, 2015, 10:11:04 AM12/12/15
to mozilla-sup...@lists.mozilla.org
On Sat, 12 Dec 2015 09:23:56 -0500, WaltS48 wrote:

> Only occasionally, or all the time?
>
> Occasionally.
>
> 1. Create a new profile and start Firefox with that profile
>
> Use the Profile Manager to create and remove Firefox profiles | Firefox
> Help
> <https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles>

Thanks.
I only want to do it occasionally.

I created a profile and it worked.

Poutnik

unread,
Dec 12, 2015, 10:45:58 AM12/12/15
to support...@lists.mozilla.org
It could be stored in CMD file
and shortcut would be made to that CMD file.

Dne 12/12/2015 v 13:19 Ralph Fox napsal(a):

>
> This command line does that for me, when run from a Windows Command
> Prompt window and using Firefox 42.0.
>
> "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" "http://panopticlick.eff.org" "http://whatsmyuseragent.com" "http://whatsmy.browsersize.com" "http://browserspy.dk" "https://www.dnsleaktest.com" "https://www.browserleaks.com/canvas" "http://dev.jeffersonscher.com/jstest.asp" "about:support"
>
> I have not tested this in other operating systems nor with other
> versions of Firefox.
>
> Unfortunately this command line is a little too long to fit into the
> "target" field of a Windows shortcut (max 850 chars). You may be able
> to get round this by using URL shorteners (but of course that tells
> the URL shortener people that you are browsing to these pages).
>
>


--

Poutnik

unread,
Dec 12, 2015, 10:46:08 AM12/12/15
to support...@lists.mozilla.org
It could be stored in CMD file
and shortcut would be made to that CMD file.

Dne 12/12/2015 v 13:19 Ralph Fox napsal(a):

>
> This command line does that for me, when run from a Windows Command
> Prompt window and using Firefox 42.0.
>
> "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" "http://panopticlick.eff.org" "http://whatsmyuseragent.com" "http://whatsmy.browsersize.com" "http://browserspy.dk" "https://www.dnsleaktest.com" "https://www.browserleaks.com/canvas" "http://dev.jeffersonscher.com/jstest.asp" "about:support"
>
> I have not tested this in other operating systems nor with other
> versions of Firefox.
>
> Unfortunately this command line is a little too long to fit into the
> "target" field of a Windows shortcut (max 850 chars). You may be able
> to get round this by using URL shorteners (but of course that tells
> the URL shortener people that you are browsing to these pages).
>
>


--

EE

unread,
Dec 12, 2015, 2:41:48 PM12/12/15
to mozilla-sup...@lists.mozilla.org
Set them up, then save all to bookmarks, and set a suitable name for the
folder.

Poutnik

unread,
Dec 12, 2015, 2:46:59 PM12/12/15
to mozilla-sup...@lists.mozilla.org
Dne 12/12/2015 v 16:08 George Paul napsal(a):
You are welcome.

--
Poutnik

Mark Lloyd

unread,
Dec 12, 2015, 3:45:26 PM12/12/15
to mozilla-sup...@lists.mozilla.org
On 12/12/2015 06:19 AM, Ralph Fox wrote:
[snip]

>
> This command line does that for me, when run from a Windows Command
> Prompt window and using Firefox 42.0.
>
> "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" "http://panopticlick.eff.org" "http://whatsmyuseragent.com" "http://whatsmy.browsersize.com" "http://browserspy.dk" "https://www.dnsleaktest.com" "https://www.browserleaks.com/canvas" "http://dev.jeffersonscher.com/jstest.asp" "about:support"
>
> I have not tested this in other operating systems nor with other
> versions of Firefox.
>
> Unfortunately this command line is a little too long to fit into the
> "target" field of a Windows shortcut (max 850 chars). You may be able
> to get round this by using URL shorteners (but of course that tells
> the URL shortener people that you are browsing to these pages).

You may be able to use some wildcards in the file specification. Also,
it's often unnecessary to include the ".exe" (in firefox.exe).

--
13 days until the winter celebration (Friday December 25, 2015 12:00:00
AM for 1 day).

Mark Lloyd
http://notstupid.us/

"The Bible is "a mass of fables and traditions, mere mythology." [Mark
Twain, "Mark Twain and the Bible"]

George Paul

unread,
Dec 12, 2015, 8:33:53 PM12/12/15
to mozilla-sup...@lists.mozilla.org
On Sat, 12 Dec 2015 12:41:10 -0700, EE wrote:

> Set them up, then save all to bookmarks, and set a suitable name for the
> folder.

I ended up creating this alias:
alias tab='/usr/lib/firefox/firefox -new-instance -profile /mytmp/.firefox_profile_template/firefox/default_firefox_profile http://panopticlick.eff.org http://whatsmyuseragent.com http://whatsmy.browsersize.com http://browserspy.dk https://www.dnsleaktest.com https://www.browserleaks.com/canvas http://dev.jeffersonscher.com/jstest.asp http://whatismyipaddress.com about:support 2> /dev/null &'

$ tab

Poutnik

unread,
Dec 13, 2015, 7:01:49 AM12/13/15
to mozilla-sup...@lists.mozilla.org
Dne 13/12/2015 v 02:33 George Paul napsal(a):
But it creates extra Firefox process with an extra profile.

Therefore the result need not to fully reflect
the result you would get in usual profile,
if both profile differs in extension interfering with web protocol.

The opening in an extra FF window would be enough, IMHO.

--
Poutnik


EE

unread,
Dec 13, 2015, 12:31:44 PM12/13/15
to mozilla-sup...@lists.mozilla.org
It is easier than that. Just right-click the tab bar, choose "Bookmark
this group of tabs" (or something like that), give the resulting
bookmark folder a suitable name, and it is done. When you want the tabs
back, open the folder, choose "Open all in tabs", and your tabs are back.

Jim_S

unread,
Dec 13, 2015, 7:08:28 PM12/13/15
to mozilla-sup...@lists.mozilla.org
Or just middle click on the folder.
--
Jim S

George Paul

unread,
Dec 14, 2015, 8:17:47 AM12/14/15
to mozilla-sup...@lists.mozilla.org
On Sun, 13 Dec 2015 10:31:03 -0700, EE wrote:

> It is easier than that. Just right-click the tab bar, choose "Bookmark
> this group of tabs" (or something like that), give the resulting
> bookmark folder a suitable name, and it is done. When you want the tabs
> back, open the folder, choose "Open all in tabs", and your tabs are back.

Most people use bookmarks. I abhor bookmarks. They have no value to me.
Plus, I wipe out my entire Firefox profile each time I start up Firefox.
That's why I add the profile.

There are reasons for both actions, but, I think about this more so than
the normal person does, and I make decisions.

1. The reason for not using bookmarks is portability.
I maintain the same bookmark.txt file for *all* my devices, just as
I maintain the same hosts file for all my devices.

2. The reason for wiping out the profile upon invocation is privacy.
You never know what changed in your carefully set up privacy settings,
e.g., who knew that there's an HSTS text file that betrays all the encrypted
banking sites you've been to if a malicious site wants to look.

My method of privacy and portability isn't for everyone, so, I'm just
explaining why my alias has the added profile step (where the profile
is a pristine copy of my original hardened profile, which is copied
over the old profile upon invocation of Firefox).

But this is an aside from the main point, which is how to open the
tabs to check for browser settings (mostly for privacy reasons).

George Paul

unread,
Dec 14, 2015, 8:22:50 AM12/14/15
to mozilla-sup...@lists.mozilla.org
On Sun, 13 Dec 2015 13:01:06 +0100, Poutnik wrote:

> But it creates extra Firefox process with an extra profile.

I keep a pristine profile which is hardened with dozens of steps
(e.g., I remove all URLs that phone home in about:config, I remove
the HSTS file, I opt out of spying once a day on my extensions, etc.)

Then, when I invoke Firefox, I simply delete the last used profile
and copy the pristine profile over on top of it.

That way, any inadvertent privacy leaks that occurred by accident
or without my knowledge are wiped out upon every invocation of
firefox.

It's not for everyone - it's only for those who want the most
privacy and who are willing to research the dozens of steps
necessary to gain it.

WaltS48

unread,
Dec 14, 2015, 9:08:07 AM12/14/15
to mozilla-sup...@lists.mozilla.org
So is the decline in Firefox market share really due to people switching
browsers, or due to users like you disabling all the reporting
preferences. Probably both. :)

George Paul

unread,
Dec 14, 2015, 10:26:34 AM12/14/15
to mozilla-sup...@lists.mozilla.org
On Mon, 14 Dec 2015 09:07:23 -0500, WaltS48 wrote:

> So is the decline in Firefox market share really due to people switching
> browsers, or due to users like you disabling all the reporting
> preferences. Probably both.

I don't know the answer, but, it's *amazing* how many tattletale
spyware Mozilla URls are embedded in the default Firefox installation!

For example ...
app.feedback.baseURL;https://input.mozilla.org/%LOCALE%/feedback/%APP%/%VERSION%/
app.support.baseURL;https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/
app.update.url;https://aus5.mozilla.org/update/3/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml
app.update.url.details;https://www.mozilla.org/%LOCALE%/firefox/notes
app.update.url.manual;https://www.mozilla.org/firefox/
breakpad.reportURL;https://crash-stats.mozilla.com/report/index/
browser.aboutHomeSnippets.updateUrl;https://snippets.cdn.mozilla.net/%STARTPAGE_VERSION%/%NAME%/%VERSION%/%APPBUILDID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/
browser.apps.URL;https://marketplace.firefox.com/discovery/
browser.contentHandlers.types.0.uri;https://add.my.yahoo.com/rss?url=%s
browser.customizemode.tip0.learnMoreUrl;https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/customize
browser.dictionaries.download.url;https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/
browser.geolocation.warning.infoURL;https://www.mozilla.org/%LOCALE%/firefox/geolocation/
browser.newtabpage.directory.ping;https://tiles.services.mozilla.com/v3/links/
browser.newtabpage.directory.source;https://tiles.services.mozilla.com/v3/links/fetch/%LOCALE%/%CHANNEL%
browser.push.warning.infoURL;https://www.mozilla.org/%LOCALE%/firefox/push/
browser.safebrowsing.appRepURL;https://sb-ssl.google.com/safebrowsing/clientreport/download?key=%GOOGLE_API_KEY%
browser.safebrowsing.gethashURL;https://safebrowsing.google.com/safebrowsing/gethash?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2
browser.safebrowsing.malware.reportURL;https://safebrowsing.google.com/safebrowsing/diagnostic?client=%NAME%&hl=%LOCALE%&site=
browser.safebrowsing.reportMalwareMistakeURL;https://%LOCALE%.malware-error.mozilla.com/?hl=%LOCALE%&url=
browser.safebrowsing.reportPhishMistakeURL;https://%LOCALE%.phish-error.mozilla.com/?hl=%LOCALE%&url=
browser.safebrowsing.reportPhishURL;https://%LOCALE%.phish-report.mozilla.com/?hl=%LOCALE%&url=
browser.safebrowsing.updateURL;https://safebrowsing.google.com/safebrowsing/downloads?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2&key=%GOOGLE_API_KEY%
browser.search.geoSpecificDefaults.url;https://search.services.mozilla.com/1/%APP%/%VERSION%/%CHANNEL%/%LOCALE%/%REGION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%
browser.search.geoip.url;https://location.services.mozilla.com/v1/country?key=%MOZILLA_API_KEY%
browser.search.searchEnginesURL;https://addons.mozilla.org/%LOCALE%/firefox/search-engines/
browser.selfsupport.url;https://self-repair.mozilla.org/%LOCALE%/repair
browser.trackingprotection.gethashURL;https://shavar.services.mozilla.com/gethash?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2
browser.trackingprotection.updateURL;https://shavar.services.mozilla.com/downloads?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2
browser.uitour.readerViewTrigger;^https:\/\/www\.mozilla\.org\/[^\/]+\/firefox\/reading\/start
browser.uitour.themeOrigin;https://addons.mozilla.org/%LOCALE%/firefox/themes/
browser.uitour.url;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tour/
browser.usedOnWindows10.introURL;https://www.mozilla.org/%LOCALE%/firefox/windows-10/welcome/?utm_source=firefox-browser&utm_medium=firefox-browser
datareporting.healthreport.about.reportUrl;https://fhr.cdn.mozilla.net/%LOCALE%/
datareporting.healthreport.about.reportUrlUnified;https://fhr.cdn.mozilla.net/%LOCALE%/v4/
datareporting.healthreport.documentServerURI;https://fhr.data.mozilla.com/
datareporting.healthreport.infoURL;https://www.mozilla.org/legal/privacy/firefox.html#health-report
devtools.devedition.promo.url;https://www.mozilla.org/firefox/developer/?utm_source=firefox-dev-tools&utm_medium=firefox-browser&utm_content=betadoorhanger
devtools.devices.url;https://code.cdn.mozilla.net/devices/devices.json
devtools.gcli.imgurUploadURL;https://api.imgur.com/3/image
devtools.gcli.jquerySrc;https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
devtools.gcli.lodashSrc;https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js
devtools.gcli.underscoreSrc;https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js
devtools.webide.adaptersAddonURL;https://ftp.mozilla.org/pub/mozilla.org/labs/valence/#OS#/valence-#OS#-latest.xpi
devtools.webide.adbAddonURL;https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/adb-helper/#OS#/adbhelper-#OS#-latest.xpi
devtools.webide.addonsURL;https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/index.json
devtools.webide.simulatorAddonsURL;https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/#VERSION#/#OS#/fxos_#SLASHED_VERSION#_simulator-#OS#-latest.xpi
devtools.webide.templatesURL;https://code.cdn.mozilla.net/templates/list.json
dom.mozApps.signed_apps_installable_from;https://marketplace.firefox.com
experiments.manifest.uri;https://telemetry-experiment.cdn.mozilla.net/manifest/v1/firefox/%VERSION%/%CHANNEL%
extensions.blocklist.detailsURL;https://www.mozilla.org/%LOCALE%/blocklist/
extensions.blocklist.itemURL;https://blocklist.addons.mozilla.org/%LOCALE%/%APP%/blocked/%blockID%
extensions.blocklist.url;https://blocklist.addons.mozilla.org/blocklist/3/%APP_ID%/%APP_VERSION%/%PRODUCT%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/%PING_COUNT%/%TOTAL_PING_COUNT%/%DAYS_SINCE_LAST_PING%/
extensions.getAddons.get.url;https://services.addons.mozilla.org/%LOCALE%/firefox/api/%API_VERSION%/search/guid:%IDS%?src=firefox&appOS=%OS%&appVersion=%VERSION%
extensions.getAddons.getWithPerformance.url;https://services.addons.mozilla.org/%LOCALE%/firefox/api/%API_VERSION%/search/guid:%IDS%?src=firefox&appOS=%OS%&appVersion=%VERSION%&tMain=%TIME_MAIN%&tFirstPaint=%TIME_FIRST_PAINT%&tSessionRestored=%TIME_SESSION_RESTORED%
extensions.getAddons.link.url;https://addons.mozilla.org/%LOCALE%/firefox/
extensions.getAddons.recommended.url;https://services.addons.mozilla.org/%LOCALE%/%APP%/api/%API_VERSION%/list/recommended/all/%MAX_RESULTS%/%OS%/%VERSION%?src=firefox
extensions.getAddons.search.browseURL;https://addons.mozilla.org/%LOCALE%/firefox/search?q=%TERMS%&platform=%OS%&appver=%VERSION%
extensions.getAddons.search.url;https://services.addons.mozilla.org/%LOCALE%/firefox/api/%API_VERSION%/search/%TERMS%/all/%MAX_RESULTS%/%OS%/%VERSION%/%COMPATIBILITY_MODE%?src=firefox
extensions.update.background.url;https://versioncheck-bg.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%
extensions.update.url;https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%
extensions.webservice.discoverURL;https://services.addons.mozilla.org/%LOCALE%/firefox/discovery/pane/%VERSION%/%OS%/%COMPATIBILITY_MODE%
gecko.handlerService.schemes.irc.0.uriTemplate;https://www.mibbit.com/?url=%s
gecko.handlerService.schemes.ircs.0.uriTemplate;https://www.mibbit.com/?url=%s
gecko.handlerService.schemes.mailto.0.uriTemplate;https://compose.mail.yahoo.com/?To=%s

gecko.handlerService.schemes.mailto.1.uriTemplate;https://mail.google.com/mail/?extsrc=mailto&url=%s
gecko.handlerService.schemes.webcal.0.uriTemplate;https://30boxes.com/external/widget?refer=ff&url=%s
geo.wifi.uri;https://www.googleapis.com/geolocation/v1/geolocate?key=%GOOGLE_API_KEY%
identity.fxaccounts.auth.uri;https://api.accounts.firefox.com/v1
identity.fxaccounts.remote.force_auth.uri;https://accounts.firefox.com/force_auth?service=sync&context=fx_desktop_v1

identity.fxaccounts.remote.oauth.uri;https://oauth.accounts.firefox.com/v1
identity.fxaccounts.remote.profile.uri;https://profile.accounts.firefox.com/v1
identity.fxaccounts.remote.signin.uri;https://accounts.firefox.com/signin?service=sync&context=fx_desktop_v1
identity.fxaccounts.remote.signup.uri;https://accounts.firefox.com/signup?service=sync&context=fx_desktop_v1
identity.fxaccounts.remote.webchannel.uri;https://accounts.firefox.com/

identity.fxaccounts.settings.uri;https://accounts.firefox.com/settings
identity.sync.tokenserver.uri;https://token.services.mozilla.com/1.0/sync/1.5
lightweightThemes.getMoreURL;https://addons.mozilla.org/%LOCALE%/firefox/themes
lightweightThemes.recommendedThemes;[{"id":"recommended-1","homepageURL":"https://addons.mozilla.org/firefox/addon/a-web-browser-renaissance/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/1.header.jpg","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/1.footer.jpg","textcolor":"#000000","accentcolor":"#f2d9b1","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/1.icon.jpg","previewURL":"resource:///chrome/browser/content/browser/defaultthemes/1.preview.jpg","author":"Sean.Martell","version":"0"},{"id":"recommended-2","homepageURL":"https://addons.mozilla.org/firefox/addon/space-fantasy/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/2.header.jpg","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/2.footer.jpg","textcolor":"#ffffff","accentcolor":"#d9d9d9","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/2.icon.jpg","previewURL":"resource:///chrome/browser
/content/browser/defaultthemes/2.preview.jpg","author":"fx5800p","version":"1.0"},{"id":"recommended-3","homepageURL":"https://addons.mozilla.org/firefox/addon/linen-light/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/3.header.png","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/3.footer.png","accentcolor":"#ada8a8","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/3.icon.png","previewURL":"resource:///chrome/browser/content/browser/defaultthemes/3.preview.png","author":"DVemer","version":"1.0"},{"id":"recommended-4","homepageURL":"https://addons.mozilla.org/firefox/addon/pastel-gradient/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/4.header.png","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/4.footer.png","textcolor":"#000000","accentcolor":"#000000","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/4.icon.png","previewURL":"resource:///chrome
/browser/content/browser/defaultthemes/4.preview.png","autho!
r":"darrinhenein","version":"1.0"},{"id":"recommended-5","homepageURL":"https://addons.mozilla.org/firefox/addon/carbon-light/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/5.header.png","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/5.footer.png","textcolor":"#3b3b3b","accentcolor":"#2e2e2e","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/5.icon.jpg","previewURL":"resource:///chrome/browser/content/browser/defaultthemes/5.preview.jpg","author":"Jaxivo","version":"1.0"}]
loop.CSP;default-src 'self' about: file: chrome:; img-src * data:; font-src 'none'; connect-src wss://*.tokbox.com https://*.opentok.com https://*.tokbox.com wss://*.mozilla.com https://*.mozilla.org wss://*.mozaws.net; media-src blob:

loop.feedback.baseUrl;https://input.mozilla.org/api/v1/feedback
loop.feedback.formURL;https://www.mozilla.org/firefox/hello/npssurvey/
loop.gettingStarted.url;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/hello/start/
loop.learnMoreUrl;https://www.firefox.com/hello/
loop.legal.ToS_url;https://www.mozilla.org/about/legal/terms/firefox-hello/
loop.legal.privacy_url;https://www.mozilla.org/privacy/firefox-hello/
loop.oauth.google.scope;https://www.google.com/m8/feeds
loop.server;https://loop.services.mozilla.com/v0
loop.support_url;https://support.mozilla.org/kb/group-conversations-firefox-hello-webrtc
media.gmp-manager.url;https://aus5.mozilla.org/update/3/GMP/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml

pfs.datasource.url;https://pfs.mozilla.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%&appRelease=%APP_RELEASE%
plugins.update.url;https://www.mozilla.org/%LOCALE%/plugincheck/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=plugincheck-update
privacy.trackingprotection.introURL;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tracking-protection/start/
security.ssl.errorReporting.url;https://data.mozilla.com/submit/sslreports
services.sync.fxa.privacyURL;https://accounts.firefox.com/legal/privacy
services.sync.fxa.termsURL;https://accounts.firefox.com/legal/terms
services.sync.jpake.serverURL;https://setup.services.mozilla.com/
services.sync.privacyURL;https://services.mozilla.com/privacy-policy/
services.sync.serverURL;https://auth.services.mozilla.com/
services.sync.statusURL;https://services.mozilla.com/status/

services.sync.syncKeyHelpURL;https://services.mozilla.com/help/synckey
services.sync.termsURL;https://services.mozilla.com/tos/
social.directories;https://activations.cdn.mozilla.net
social.shareDirectory;https://activations.cdn.mozilla.net/sharePanel.html
social.whitelist;https://mozsocial.cliqz.com
startup.homepage_welcome_url;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/
startup.homepage_welcome_url.additional;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/learnmore/
toolkit.crashreporter.infoURL;https://www.mozilla.org/legal/privacy/firefox.html#crash-reporter
toolkit.telemetry.infoURL;https://www.mozilla.org/legal/privacy/firefox.html#telemetry
toolkit.telemetry.server;https://incoming.telemetry.mozilla.org

xpinstall.signatures.devInfoURL;https://wiki.mozilla.org/Addons/Extension_Signingapp.feedback.baseURL;https://input.mozilla.org/%LOCALE%/feedback/%APP%/%VERSION%/
app.support.baseURL;https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/
app.update.url;https://aus5.mozilla.org/update/3/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml
app.update.url.details;https://www.mozilla.org/%LOCALE%/firefox/notes
app.update.url.manual;https://www.mozilla.org/firefox/
breakpad.reportURL;https://crash-stats.mozilla.com/report/index/
browser.aboutHomeSnippets.updateUrl;https://snippets.cdn.mozilla.net/%STARTPAGE_VERSION%/%NAME%/%VERSION%/%APPBUILDID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/
browser.apps.URL;https://marketplace.firefox.com/discovery/
browser.contentHandlers.types.0.uri;https://add.my.yahoo.com/rss?url=%s
browser.customizemode.tip0.learnMoreUrl;https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/customize
browser.dictionaries.download.url;https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/
browser.geolocation.warning.infoURL;https://www.mozilla.org/%LOCALE%/firefox/geolocation/
browser.newtabpage.directory.ping;https://tiles.services.mozilla.com/v3/links/
browser.newtabpage.directory.source;https://tiles.services.mozilla.com/v3/links/fetch/%LOCALE%/%CHANNEL%
browser.push.warning.infoURL;https://www.mozilla.org/%LOCALE%/firefox/push/
browser.safebrowsing.appRepURL;https://sb-ssl.google.com/safebrowsing/clientreport/download?key=%GOOGLE_API_KEY%
browser.safebrowsing.gethashURL;https://safebrowsing.google.com/safebrowsing/gethash?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2
browser.safebrowsing.malware.reportURL;https://safebrowsing.google.com/safebrowsing/diagnostic?client=%NAME%&hl=%LOCALE%&site=
browser.safebrowsing.reportMalwareMistakeURL;https://%LOCALE%.malware-error.mozilla.com/?hl=%LOCALE%&url=
browser.safebrowsing.reportPhishMistakeURL;https://%LOCALE%.phish-error.mozilla.com/?hl=%LOCALE%&url=
browser.safebrowsing.reportPhishURL;https://%LOCALE%.phish-report.mozilla.com/?hl=%LOCALE%&url=
browser.safebrowsing.updateURL;https://safebrowsing.google.com/safebrowsing/downloads?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2&key=%GOOGLE_API_KEY%
browser.search.geoSpecificDefaults.url;https://search.services.mozilla.com/1/%APP%/%VERSION%/%CHANNEL%/%LOCALE%/%REGION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%
browser.search.geoip.url;https://location.services.mozilla.com/v1/country?key=%MOZILLA_API_KEY%
browser.search.searchEnginesURL;https://addons.mozilla.org/%LOCALE%/firefox/search-engines/
browser.selfsupport.url;https://self-repair.mozilla.org/%LOCALE%/repair
browser.trackingprotection.gethashURL;https://shavar.services.mozilla.com/gethash?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2
browser.trackingprotection.updateURL;https://shavar.services.mozilla.com/downloads?client=SAFEBROWSING_ID&appver=%VERSION%&pver=2.2
browser.uitour.readerViewTrigger;^https:\/\/www\.mozilla\.org\/[^\/]+\/firefox\/reading\/start
browser.uitour.themeOrigin;https://addons.mozilla.org/%LOCALE%/firefox/themes/
browser.uitour.url;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tour/
browser.usedOnWindows10.introURL;https://www.mozilla.org/%LOCALE%/firefox/windows-10/welcome/?utm_source=firefox-browser&utm_medium=firefox-browser
datareporting.healthreport.about.reportUrl;https://fhr.cdn.mozilla.net/%LOCALE%/
datareporting.healthreport.about.reportUrlUnified;https://fhr.cdn.mozilla.net/%LOCALE%/v4/
datareporting.healthreport.documentServerURI;https://fhr.data.mozilla.com/
datareporting.healthreport.infoURL;https://www.mozilla.org/legal/privacy/firefox.html#health-report
devtools.devedition.promo.url;https://www.mozilla.org/firefox/developer/?utm_source=firefox-dev-tools&utm_medium=firefox-browser&utm_content=betadoorhanger
devtools.devices.url;https://code.cdn.mozilla.net/devices/devices.json
devtools.gcli.imgurUploadURL;https://api.imgur.com/3/image
devtools.gcli.jquerySrc;https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
devtools.gcli.lodashSrc;https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js
devtools.gcli.underscoreSrc;https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js
devtools.webide.adaptersAddonURL;https://ftp.mozilla.org/pub/mozilla.org/labs/valence/#OS#/valence-#OS#-latest.xpi
devtools.webide.adbAddonURL;https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/adb-helper/#OS#/adbhelper-#OS#-latest.xpi
devtools.webide.addonsURL;https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/index.json
devtools.webide.simulatorAddonsURL;https://ftp.mozilla.org/pub/mozilla.org/labs/fxos-simulator/#VERSION#/#OS#/fxos_#SLASHED_VERSION#_simulator-#OS#-latest.xpi
devtools.webide.templatesURL;https://code.cdn.mozilla.net/templates/list.json
dom.mozApps.signed_apps_installable_from;https://marketplace.firefox.com
experiments.manifest.uri;https://telemetry-experiment.cdn.mozilla.net/manifest/v1/firefox/%VERSION%/%CHANNEL%
extensions.blocklist.detailsURL;https://www.mozilla.org/%LOCALE%/blocklist/
extensions.blocklist.itemURL;https://blocklist.addons.mozilla.org/%LOCALE%/%APP%/blocked/%blockID%
extensions.blocklist.url;https://blocklist.addons.mozilla.org/blocklist/3/%APP_ID%/%APP_VERSION%/%PRODUCT%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/%PING_COUNT%/%TOTAL_PING_COUNT%/%DAYS_SINCE_LAST_PING%/
extensions.getAddons.get.url;https://services.addons.mozilla.org/%LOCALE%/firefox/api/%API_VERSION%/search/guid:%IDS%?src=firefox&appOS=%OS%&appVersion=%VERSION%
extensions.getAddons.getWithPerformance.url;https://services.addons.mozilla.org/%LOCALE%/firefox/api/%API_VERSION%/search/guid:%IDS%?src=firefox&appOS=%OS%&appVersion=%VERSION%&tMain=%TIME_MAIN%&tFirstPaint=%TIME_FIRST_PAINT%&tSessionRestored=%TIME_SESSION_RESTORED%
extensions.getAddons.link.url;https://addons.mozilla.org/%LOCALE%/firefox/
extensions.getAddons.recommended.url;https://services.addons.mozilla.org/%LOCALE%/%APP%/api/%API_VERSION%/list/recommended/all/%MAX_RESULTS%/%OS%/%VERSION%?src=firefox
extensions.getAddons.search.browseURL;https://addons.mozilla.org/%LOCALE%/firefox/search?q=%TERMS%&platform=%OS%&appver=%VERSION%
extensions.getAddons.search.url;https://services.addons.mozilla.org/%LOCALE%/firefox/api/%API_VERSION%/search/%TERMS%/all/%MAX_RESULTS%/%OS%/%VERSION%/%COMPATIBILITY_MODE%?src=firefox
extensions.update.background.url;https://versioncheck-bg.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%
extensions.update.url;https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%&compatMode=%COMPATIBILITY_MODE%
extensions.webservice.discoverURL;https://services.addons.mozilla.org/%LOCALE%/firefox/discovery/pane/%VERSION%/%OS%/%COMPATIBILITY_MODE%
gecko.handlerService.schemes.irc.0.uriTemplate;https://www.mibbit.com/?url=%s
gecko.handlerService.schemes.ircs.0.uriTemplate;https://www.mibbit.com/?url=%s
gecko.handlerService.schemes.mailto.0.uriTemplate;https://compose.mail.yahoo.com/?To=%s

gecko.handlerService.schemes.mailto.1.uriTemplate;https://mail.google.com/mail/?extsrc=mailto&url=%s
gecko.handlerService.schemes.webcal.0.uriTemplate;https://30boxes.com/external/widget?refer=ff&url=%s
geo.wifi.uri;https://www.googleapis.com/geolocation/v1/geolocate?key=%GOOGLE_API_KEY%
identity.fxaccounts.auth.uri;https://api.accounts.firefox.com/v1
identity.fxaccounts.remote.force_auth.uri;https://accounts.firefox.com/force_auth?service=sync&context=fx_desktop_v1

identity.fxaccounts.remote.oauth.uri;https://oauth.accounts.firefox.com/v1
identity.fxaccounts.remote.profile.uri;https://profile.accounts.firefox.com/v1
identity.fxaccounts.remote.signin.uri;https://accounts.firefox.com/signin?service=sync&context=fx_desktop_v1
identity.fxaccounts.remote.signup.uri;https://accounts.firefox.com/signup?service=sync&context=fx_desktop_v1
identity.fxaccounts.remote.webchannel.uri;https://accounts.firefox.com/

identity.fxaccounts.settings.uri;https://accounts.firefox.com/settings
identity.sync.tokenserver.uri;https://token.services.mozilla.com/1.0/sync/1.5
lightweightThemes.getMoreURL;https://addons.mozilla.org/%LOCALE%/firefox/themes
lightweightThemes.recommendedThemes;[{"id":"recommended-1","homepageURL":"https://addons.mozilla.org/firefox/addon/a-web-browser-renaissance/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/1.header.jpg","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/1.footer.jpg","textcolor":"#000000","accentcolor":"#f2d9b1","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/1.icon.jpg","previewURL":"resource:///chrome/browser/content/browser/defaultthemes/1.preview.jpg","author":"Sean.Martell","version":"0"},{"id":"recommended-2","homepageURL":"https://addons.mozilla.org/firefox/addon/space-fantasy/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/2.header.jpg","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/2.footer.jpg","textcolor":"#ffffff","accentcolor":"#d9d9d9","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/2.icon.jpg","previewURL":"resource:///chrome/browser
/content/browser/defaultthemes/2.preview.jpg","author":"fx5800p","version":"1.0"},{"id":"recommended-3","homepageURL":"https://addons.mozilla.org/firefox/addon/linen-light/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/3.header.png","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/3.footer.png","accentcolor":"#ada8a8","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/3.icon.png","previewURL":"resource:///chrome/browser/content/browser/defaultthemes/3.preview.png","author":"DVemer","version":"1.0"},{"id":"recommended-4","homepageURL":"https://addons.mozilla.org/firefox/addon/pastel-gradient/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/4.header.png","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/4.footer.png","textcolor":"#000000","accentcolor":"#000000","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/4.icon.png","previewURL":"resource:///chrome
/browser/content/browser/defaultthemes/4.preview.png","autho!
r":"darrinhenein","version":"1.0"},{"id":"recommended-5","homepageURL":"https://addons.mozilla.org/firefox/addon/carbon-light/","headerURL":"resource:///chrome/browser/content/browser/defaultthemes/5.header.png","footerURL":"resource:///chrome/browser/content/browser/defaultthemes/5.footer.png","textcolor":"#3b3b3b","accentcolor":"#2e2e2e","iconURL":"resource:///chrome/browser/content/browser/defaultthemes/5.icon.jpg","previewURL":"resource:///chrome/browser/content/browser/defaultthemes/5.preview.jpg","author":"Jaxivo","version":"1.0"}]
loop.CSP;default-src 'self' about: file: chrome:; img-src * data:; font-src 'none'; connect-src wss://*.tokbox.com https://*.opentok.com https://*.tokbox.com wss://*.mozilla.com https://*.mozilla.org wss://*.mozaws.net; media-src blob:

loop.feedback.baseUrl;https://input.mozilla.org/api/v1/feedback
loop.feedback.formURL;https://www.mozilla.org/firefox/hello/npssurvey/
loop.gettingStarted.url;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/hello/start/
loop.learnMoreUrl;https://www.firefox.com/hello/
loop.legal.ToS_url;https://www.mozilla.org/about/legal/terms/firefox-hello/
loop.legal.privacy_url;https://www.mozilla.org/privacy/firefox-hello/
loop.oauth.google.scope;https://www.google.com/m8/feeds
loop.server;https://loop.services.mozilla.com/v0
loop.support_url;https://support.mozilla.org/kb/group-conversations-firefox-hello-webrtc
media.gmp-manager.url;https://aus5.mozilla.org/update/3/GMP/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml

pfs.datasource.url;https://pfs.mozilla.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%&appRelease=%APP_RELEASE%
plugins.update.url;https://www.mozilla.org/%LOCALE%/plugincheck/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=plugincheck-update
privacy.trackingprotection.introURL;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tracking-protection/start/
security.ssl.errorReporting.url;https://data.mozilla.com/submit/sslreports
services.sync.fxa.privacyURL;https://accounts.firefox.com/legal/privacy
services.sync.fxa.termsURL;https://accounts.firefox.com/legal/terms
services.sync.jpake.serverURL;https://setup.services.mozilla.com/
services.sync.privacyURL;https://services.mozilla.com/privacy-policy/
services.sync.serverURL;https://auth.services.mozilla.com/
services.sync.statusURL;https://services.mozilla.com/status/

services.sync.syncKeyHelpURL;https://services.mozilla.com/help/synckey
services.sync.termsURL;https://services.mozilla.com/tos/
social.directories;https://activations.cdn.mozilla.net
social.shareDirectory;https://activations.cdn.mozilla.net/sharePanel.html
social.whitelist;https://mozsocial.cliqz.com
startup.homepage_welcome_url;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/
startup.homepage_welcome_url.additional;https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/firstrun/learnmore/
toolkit.crashreporter.infoURL;https://www.mozilla.org/legal/privacy/firefox.html#crash-reporter
toolkit.telemetry.infoURL;https://www.mozilla.org/legal/privacy/firefox.html#telemetry
toolkit.telemetry.server;https://incoming.telemetry.mozilla.org

xpinstall.signatures.devInfoURL;https://wiki.mozilla.org/Addons/Extension_Signing

Ron Hunter

unread,
Dec 14, 2015, 10:27:42 AM12/14/15
to mozilla-sup...@lists.mozilla.org
What you are doing sounds rather like burning your house down every day
to prevent burglars for stealing your things. It makes the process of
using a browser maximally difficult, and minimally convenient. Maybe if
your data is of national security value, this might make sense (unless
you are Hillary Clinton), but for personal data, it seems more than a
little draconian.
It may be that what you intend to do is completely frustrated by your
security precautions.

»Q«

unread,
Dec 14, 2015, 10:38:35 AM12/14/15
to mozilla-sup...@lists.mozilla.org
In
<news:mailman.8735.145010678...@lists.mozilla.org>,
George Paul <georg...@arcbail.com> wrote:

> it's *amazing* how many tattletale spyware Mozilla URls are embedded
> in the default Firefox installation!
>
> For example ...
> app.feedback.baseURL;https://input.mozilla.org/%LOCALE%/feedback/%APP%/%VERSION%/

Calling that "tattletale" or "spyware" is nothing short of ludicrous,
and I didn't go past your first allegation. You got your questions
answered -- there's no need to keep the thread going by posting FUD.

Chris Ilias

unread,
Dec 14, 2015, 12:53:31 PM12/14/15
to mozilla-sup...@lists.mozilla.org
On 2015-12-14 9:44 AM, George Paul wrote:
> On Mon, 14 Dec 2015 09:07:23 -0500, WaltS48 wrote:
>
>> So is the decline in Firefox market share really due to people switching
>> browsers, or due to users like you disabling all the reporting
>> preferences. Probably both.
>
> I don't know the answer, but, it's *amazing* how many tattletale
> spyware Mozilla URls are embedded in the default Firefox installation!
>
> For example ...

I don't have time to explain every pref you posted, but I'll explain some.

> app.feedback.baseURL;https://input.mozilla.org/%LOCALE%/feedback/%APP%/%VERSION%/

That pref controls what URL you are taken to when you click on "Submit
Feedback". You can test it by changing the value of the pref, then click
on the menu button, then click on the Help icon [?], and select "Submit
Feedback".

> app.support.baseURL;https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/

This pref is like the one above it, but for the "Firefox Help" URL.

> app.update.url;https://aus5.mozilla.org/update/3/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml

This is the URL Firefox looks to when it checks for updates.

> app.update.url.details;https://www.mozilla.org/%LOCALE%/firefox/notes

Whenever you see a link to the release notes in Firefox, it uses this URL.

> browser.aboutHomeSnippets.updateUrl;https://snippets.cdn.mozilla.net/%STARTPAGE_VERSION%/%NAME%/%VERSION%/%APPBUILDID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/

When you load the Firefox home page (about:home), there is what is
called a "snippet" under the search field. It gets the content from the
above pref.

> browser.contentHandlers.types.0.uri;https://add.my.yahoo.com/rss?url=%s

"Content Types" are listed in the Options page within the Applications
panel. That's where you pick what you want Firefox to do when it comes
across certain file types. One of the options for "Web feeds" is to use
My Yahoo. The above pref determines where to go in order to use My Yahoo
for web feeds.

--
Chris Ilias <http://ilias.ca>
Mailing list/Newsgroup moderator

EE

unread,
Dec 14, 2015, 2:05:29 PM12/14/15
to mozilla-sup...@lists.mozilla.org
Maybe you should get SeaMonkey. It has less than half of those things
in the settings.

Some of the URLs do not matter if you have disabled the items with which
they are associated.

The app.update URLs will not be used if you set app.update.auto,
app.update.enabled, and app.update.silent to false.
The abouthome stuff will not matter if you set your home page to
about:blank.
The browser.contentHandlers seem to be associated with feeds. Set your
feed app to some app that cannot possibly handle them, and you need not
worry about those.
As for geolocation, set geo.enabled to false.
For browser.newtab settings, can you no longer set browser.newtab.url to
about:blank and browser.newtabpage.enabled to false?
You could turn off attack site and phishing site protection to eliminate
all the safebrowsing sites.
For the datareporting.healthreport stuff, set healthreport to false.
If you disable loop, you can disregard all those loop URLs.
Set telemetry enable to false and you need not be concerned about that.

George Paul

unread,
Dec 15, 2015, 2:41:01 AM12/15/15
to mozilla-sup...@lists.mozilla.org
On Mon, 14 Dec 2015 07:43:13 -0600, Ron Hunter wrote:

> What you are doing sounds rather like burning your house down every day
> to prevent burglars for stealing your things.

It's actually more like blowing away cookies, whether or not they're there,
and, that is a perfectly *acceptable* policy that even the Mozilla
developers coded into the GUI.

The point is to wipe out gratuitous and accidental changes that
come without your knowing about them.

It's the antidote to the secret tricks that both the Mozilla developers
employ and every single privacy assailant employs, whether they be
a company setting cookies or one making innovative use of HSTS files
or an addon setting their preferences without your overt knowledge.

Chris Ilias

unread,
Dec 15, 2015, 1:21:23 PM12/15/15
to mozilla-sup...@lists.mozilla.org
On 2015-12-15 2:40 AM, George Paul wrote:
> On Mon, 14 Dec 2015 07:43:13 -0600, Ron Hunter wrote:
>
>> What you are doing sounds rather like burning your house down every day
>> to prevent burglars for stealing your things.
>
> It's actually more like blowing away cookies, whether or not they're there,
> and, that is a perfectly *acceptable* policy that even the Mozilla
> developers coded into the GUI.

Deleting your profile does not get rid of LSO cookies, whereas the clear
cookies function in Firefox does.

> The point is to wipe out gratuitous and accidental changes that
> come without your knowing about them.
>
> It's the antidote to the secret tricks that both the Mozilla developers
> employ and every single privacy assailant employs, whether they be
> a company setting cookies or one making innovative use of HSTS files
> or an addon setting their preferences without your overt knowledge.

You've already been corrected on this.

EE

unread,
Dec 15, 2015, 2:02:37 PM12/15/15
to mozilla-sup...@lists.mozilla.org
Chris Ilias wrote:
> Deleting your profile does not get rid of LSO cookies, whereas the clear
> cookies function in Firefox does.
>
Why was getting rid of Flash cookies made dependent on clearing the
normal text cookies in the first place? Some people do not need to
clear the ordinary cookies, but do not want the Flash cookies. It seeme
to me that the two should be independent of each other.


Millwood

unread,
Dec 15, 2015, 2:15:46 PM12/15/15
to mozilla-sup...@lists.mozilla.org
I believe that on windows, you can open the flash control in the control
panel to clear flash cookies or control their use.

»Q«

unread,
Dec 15, 2015, 4:21:56 PM12/15/15
to mozilla-sup...@lists.mozilla.org
In <news:mailman.52.1450206154...@lists.mozilla.org>,
I'm not looking that decision up, but in general they don't try to make
the Firefox UI capable of handling every use case imaginable.

People who fit the use case you describe can use
<https://addons.mozilla.org/firefox/addon/betterprivacy/> to clear
Flash LSOs without clearing cookies.

The only bug I could find about separating clearance of them was for the
other case, in which people want to clear cookies but keep Flash LSOs.
I don't know of a way to do that, but there may be some extension that
makes it possible.

EE

unread,
Dec 16, 2015, 3:08:15 PM12/16/15
to mozilla-sup...@lists.mozilla.org
I am using Mac OS, not Windows. I have Better Privacy, which works
independently of the cookie clearing. The point is that I had to do
something outside of the browser's normal function to clear just Flash
cookies, or prevent them in the first place.

0 new messages