Comment 8 for bug 1732807

Revision history for this message
GautierPortet (kassoulet) wrote :

To disable tag filtering, change:

        if tag not in tag_whitelist:
            return

Into:
        #if tag not in tag_whitelist:
        # return

Or remove both lines.