# Upstream Chromium ships zero-length *.pak.info locale stubs; harmless.
addFilter("zero-length /opt/helium/locales/.*\.pak\.info")
# Deliberate third-party browser repack into /opt (same as google-chrome).
addFilter("filelist-forbidden-opt /opt/helium")
# Duplicated files inside the upstream Chromium binary payload; removing
# them would break the browser, so the waste is inherent to the repack.
addFilter("files-duplicated-waste")
