You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Auditors: @aekeusFix#7896
By ignoring by file type we can remove a lot of the redundant rules and catch things automatically as we add deps. I found this script on SO which lists all file types recursively
`find . -type f | perl -ne 'print $1 if m/\.([^.\/]+)$/' | sort -u | gvim`
http://stackoverflow.com/a/1842270/3153
After getting that list I exluded the things I think we need, and then
bisected when there was a problem starting the browser.
Test plan
Original issue description
Reduce the installer size more.
The text was updated successfully, but these errors were encountered: