Under Ubuntu 10.04 and I installed firefox 8 from ubuntu update channel. I am now unable to access sites with web pages in files .aspx. An example is www.morningstar.it with a default.aspx page. How can I overcome this?
This only happens when firefox come to an aspx page. I just get a window pop up with the message "You have chosen to open default.aspx. What should firefox do with this file?"
被選擇的解決方法
That can be caused by website servers that do not recognize your Ubuntu branded user agent.
- Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0
You can try to remove that part with the user agent switcher extension.
- User Agent Switcher: https://addons.mozilla.org/firefox/addon/user-agent-switcher/
- Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0
Remember to update the user agent if Firefox gets updated to reflect the new version.
從原來的回覆中察看解決方案 👍 5所有回覆 (1)
選擇的解決方法
That can be caused by website servers that do not recognize your Ubuntu branded user agent.
- Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0
You can try to remove that part with the user agent switcher extension.
- User Agent Switcher: https://addons.mozilla.org/firefox/addon/user-agent-switcher/
- Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0
Remember to update the user agent if Firefox gets updated to reflect the new version.
由 cor-el 於