From 336734706695c5ff951401adabd2766794850f62 Mon Sep 17 00:00:00 2001 From: q-- Date: Mon, 17 Mar 2014 10:11:46 +0100 Subject: [PATCH] Escaped dots in AlloyUI and Google Adsense regular expressions. The unescaped dots were found using this regular expression: /^[^"]+"script[^,][^\n]+([^\\][^\\]\.(?:com|org|net|[a-z]{2,3,4,5,6,7,8}))[^\n]+/gmi Conflicts: share/apps.json --- share/apps.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/apps.json b/share/apps.json index ed6c9d283..903d1c39e 100644 --- a/share/apps.json +++ b/share/apps.json @@ -1060,8 +1060,13 @@ "Google AdSense": { "website": "google.com/adsense", "cats": [ 36 ], +<<<<<<< HEAD "env": [ "^google_ad_", "^__google_ad_", "^Goog_AdSense_" ], "script": [ "googlesyndication\\.com/pagead/show_ads\\.js", "ad\\.ca\\.doubleclick\\.net", "2mdn\\.net" ] +======= + "env": [ "^google_ad_" ], + "script": [ "googlesyndication\\.com/pagead/show_ads\\.js", "ad\\.ca\\.doubleclick.net" ] +>>>>>>> 96d095b... Escaped dots in AlloyUI and Google Adsense regular expressions. }, "Google App Engine": { "website": "code.google.com/appengine",