mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
scanner: add firebase to usual suspect list, closes #259
This commit is contained in:
parent
284e272f48
commit
daafc422ae
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ def scan_source(build_dir, root_dir, build):
|
||||||
r'crashlytics',
|
r'crashlytics',
|
||||||
r'ouya.*sdk',
|
r'ouya.*sdk',
|
||||||
r'libspen23',
|
r'libspen23',
|
||||||
|
r'firebase',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue