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
main
q-- 11 years ago committed by Elbert Alias
parent 54df3f7dc7
commit 3367347066

@ -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",