~ubuntu-branches/debian/stretch/all-in-one-sidebar/stretch

« back to all changes in this revision

Viewing changes to debian/patches/No_phone_home.patch

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2013-09-09 19:59:25 UTC
  • mfrom: (1.1.5) (0.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20130909195925-8dtwzmf4o662becs
Tags: 0.7.20-1
* Team upload
* Imported Upstream version 0.7.20
* Remove now useless DMUA
* Remove now useless version in Build-Depends
* Update Vcs to canonical URI
* Bump standards version to 3.9.4
* Add Breaks for xul-ext
* Remove now useless Replaces
* Update copyright, convert it to format 1.0
* Add upstream changelog
* No phone home on install and upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: No phone home on install and upgrade
 
2
 Upon installation and upgrades), All-in-One Sidebar opens a special
 
3
 page on authors' site. The URL contains a number similar to a version.
 
4
 .
 
5
 This is annoying and resembles to user tracking.
 
6
Author: David Prévot <taffit@debian.org>
 
7
Forwarded: not-needed
 
8
Last-Update: 2013-09-09
 
9
--- a/content/aios.js
 
10
+++ b/content/aios.js
 
11
@@ -242,10 +242,11 @@
 
12
                 if(changelog_new === aiosVersion && gBrowser) {
 
13
                     var hp = "http://www.exxile.de/aios_installed.htm?v=" + aiosVersion;
 
14
                     if(aiosUpdated) hp = "http://www.exxile.de/aios_updated.htm?v=" + aiosVersion;
 
15
-
 
16
+/*
 
17
                     window.setTimeout(function() {
 
18
                         gBrowser.loadTabs(new Array(hp), false);
 
19
                     }, 500);
 
20
+*/
 
21
                 }
 
22
             }
 
23
         });
 
24
@@ -816,4 +817,4 @@
 
25
     aios_adjustToolboxWidth(false);
 
26
 
 
27
     return true;
 
28
-}
 
29
\ No newline at end of file
 
30
+}