Disable adblock, it's incomplete and not ready for release
This commit is contained in:
parent
20a34d0ae7
commit
7275ea3a6a
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ for extension in extensions:
|
|||
# Tab Panel isn't useful at this point
|
||||
if extension == 'tab-panel':
|
||||
continue
|
||||
# Adblock is incomplete and not ready for release
|
||||
if extension == 'adblock.c':
|
||||
continue
|
||||
folder = 'extensions' + os.sep + extension
|
||||
if os.path.isdir (folder):
|
||||
files = os.listdir (folder)
|
||||
|
|
Loading…
Reference in a new issue