mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch 'patch-2' into 'master'
remove redundant google analytics match See merge request fdroid/fdroidserver!688
This commit is contained in:
commit
54b8302c94
2 changed files with 1 additions and 2 deletions
|
|
@ -61,7 +61,6 @@ def scan_source(build_dir, build=metadata.Build()):
|
||||||
exp: re.compile(r'.*' + exp, re.IGNORECASE) for exp in [
|
exp: re.compile(r'.*' + exp, re.IGNORECASE) for exp in [
|
||||||
r'flurryagent',
|
r'flurryagent',
|
||||||
r'paypal.*mpl',
|
r'paypal.*mpl',
|
||||||
r'google.*analytics',
|
|
||||||
r'admob.*sdk.*android',
|
r'admob.*sdk.*android',
|
||||||
r'google.*ad.*view',
|
r'google.*ad.*view',
|
||||||
r'google.*admob',
|
r'google.*admob',
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ class ScannerTest(unittest.TestCase):
|
||||||
projects = {
|
projects = {
|
||||||
'Zillode': 1,
|
'Zillode': 1,
|
||||||
'firebase-suspect': 1,
|
'firebase-suspect': 1,
|
||||||
'org.mozilla.rocket': 4,
|
'org.mozilla.rocket': 3,
|
||||||
'realm': 1,
|
'realm': 1,
|
||||||
}
|
}
|
||||||
for d in glob.glob(os.path.join(source_files, '*')):
|
for d in glob.glob(os.path.join(source_files, '*')):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue