Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not that one should have to, but for Firefox you can

    cd .mozilla/firefox/$profile
    git init
    git add extensions
    git commit -am init
    echo '*.xpi diff=zip' >>.gitattributes
    echo '[diff "zip"]' >>.git/config
    echo ' textconv = unzip -c -a' >>.git/config
which at least lets you take a peek at what kind of nefarious updates you're getting.


Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: