[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 04/05: Improve regexp of data/files/privacy-breaker-websites



This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a commit to branch master
in repository lintian.

commit 01298189be179addc1c389db121ef7276a998213
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Date:   Mon Dec 30 21:11:45 2013 +0100

    Improve regexp of data/files/privacy-breaker-websites
    
    Improve regexp by more specific.
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 data/files/privacy-breaker-websites | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/data/files/privacy-breaker-websites b/data/files/privacy-breaker-websites
index a4b1407..275f80c 100644
--- a/data/files/privacy-breaker-websites
+++ b/data/files/privacy-breaker-websites
@@ -8,7 +8,8 @@
 # Please keep this sorted by tag.
 privacy-breach-google-adsense	  ~~^(?:[^\./]+\.)?(?:googlesyndication\.com/pagead/show_ads\.js|google-analytics\.com/(?:ga|urchin)\.js)
 privacy-breach-google-cse         ~~^(?:[^\./]+\.)?google\.com/(:?afsonline/show_afs_search\.js|cse/api/branding\.css)$
-privacy-breach-facebook           ~~^(?:[^\./]+\.)?facebook.com/
+privacy-breach-facebook           ~~^(?:[^\./]+\.)?facebook\.com(?:/|\Z)
 privacy-breach-piwik              ~~/piwik\.php\?
-privacy-breach-w3c-valid-html     ~~^(?:(?:[^\./]+\.)?w3.org/(?:Icons/valid-|css-validator/images/)(?:[^/]+)?$|validator.w3.org/)
-privacy-breach-statistics-website ~~^(?:[^\./]+\.)?(?:cruel-carlota.pagodabox.com|linkexchange.com|nedstatbasic.net|statcounter.com|sitemeter.com|webstats.motigo.com)(?:/|$)
+privacy-breach-statistics-website ~~^(?:[^\./]+\.)?(?:cruel-carlota\.pagodabox\.com|linkexchange\.com|nedstatbasic\.net|sitemeter\.com||statcounter\.com|webstats\.motigo\.com)(?:/|\Z)
+privacy-breach-w3c-valid-html     ~~^(?:(?:[^\./]+\.)?w3.org/(?:Icons/valid-|css-validator/images/)(?:[^/]+)?$|validator\.w3\.org(?:/|\Z))
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: