Useragent fix
-
Some websites do not support the current user agent
Shiretoko/3.5Could you add this to the all.js file to all your builds
// Useragent
pref("general.useragent.extra.firefox","Firefox/3.5")you could also add a redirect to your builds. I mean
http://www.binaryturf.com/files/others/ff/builds/firefox-latest.en-US.win32.installer-SSE2.exe
to
http://www.binaryturf.com/files/others/ff/builds/firefox-3.5.1.en-US.win32.installer-SSE2.exeThis way one can use the wget.exe -N to check for newer builds every month. This would be useful in corporate environments. This is unitll you can fix updater.
-
If you are in a corporate, the best course of action will be to deploy zipped builds wherein you can edit the preference file yourself before deployment. That way instead of just one preference you can customize an entire bunch like the homepage, session restore etc. to your custom default value. Let me know if you'd like zipped builds as well. I already build them anyway but didn't put them up for download till now.
Reply
You must log in to post.