commit 86adebdcf40095b8ac449129f6c6458c03d7a747 Author: Igor Oliveira igt0@torproject.org Date: Tue Jul 31 18:35:56 2018 -0300
Bug 26884 - Part 3: Remove optionsURL from install.rdf
The preference is not available in the Desktop and it doesn't make sense on mobile.
Thus, we are removing it. --- src/install.rdf | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/install.rdf b/src/install.rdf index 8a085cbc..dad18434 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -9,7 +9,6 @@ em:version2.0.2</em:version> em:multiprocessCompatibletrue</em:multiprocessCompatible> em:homepageURLhttps://www.torproject.org/projects/torbrowser.html.en</em:homepageURL> - em:optionsURLchrome://torbutton/content/preferences.xul</em:optionsURL> em:iconURLchrome://torbutton/skin/tor.png</em:iconURL> em:updateURLdata:text/plain,</em:updateURL> em:updateKey-</em:updateKey>
tbb-commits@lists.torproject.org