firefox - linux - some web pages won't load in any browser, as any user

08
2014-07
  • joefromct

    I have an arch linux system which i haven't used in a few months. I recently logged in, updated via pacman -Syu, restarted, and tried to access my heroku account at id.heroku.com. After typing in the correct username and password, the web page just displays a blank, white page. No html is returned at all.

    The strange part is i have tried this with Chromium, Firefox, and gnome-web. I have even gone so far as to create a new user, and the same problem persists. I have even replicated the problem in w3m.

    I can, at the same time, login to id.heroku.com with my windows laptop on the same network, so i can only assume this is linux related? My wife's osx laptop works as well.

    What could cause this issue on a linux system that disables the website to continue loading?

    Additional information:

    1. I have no extensions enabled in firefox. Other browsers i rarely use, so i assume i don't there either.
    2. I am on a home network; The windows laptop is on the same network that works correctly.
    3. the new user i created to replicate this problem had a blank home directory... there was no configuration in there.
    4. It almost seems as though something is disabling javascript redirects at the OS level rather than at the browser level.
    5. I'm suspecting it could be ssl related as well? No idea at this point...
    6. Maybe has something to do with my ISP and some redirects some forms make?
    7. User agent?

    I have had this problem with a few other websites as well... such as github/etc. Although, at the moment i can't seem to replicate the issue with github. (Stack overflow works, where i'm typing this in...)

  • Answers
    Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

    Related Question

    firefox - Web browsers -is there a way to disable reload on a per site basis?
  • bpapa

    Driving me nuts - I love using rich and feature-full webapps, but I hate what happens when I accidentally reload the page. And since I'm all about the keyboard shortcuts, it is just too easy for me to slip and accidentally hit command + R. And bam, my tinychat window puts me back to where I started. I have to log in again, select my cam, my mic, etc. Super annoying.

    Obviously due to the restrictions of Flash and the web in general this a tough problem for tinychat to solve - but can the browser help? What I'm envisioning is maybe a list of sites that I never want to refresh - I'd put in the URLs for all of my webapps that take several steps to restore state. Then, next time I accidentally reload, it's ignored. In case I did want to reload a page in a specific instance, there would be a manual override. Anything out there like this?

    I use Safari and while I'm not eager to switch to Firefox, it'd be worth noting here if there are extensions that solve this problem.


  • Related Answers
  • pmaiorana

    You could create a "site specific browser" (SSB), using Fluid.app, that is dedicated to tinychat.

    More on Fluid.app here: http://fluidapp.com. Fluid even uses Webkit for rendering, so pages should look exactly the same as Safari.

    Once you've created the SSB you can hide the browser toolbar, so you don't see the Refresh icon.

    Additionally, because it's a separate application from Safari, you should be able to override the Command-R refresh shortcut in your Mac's System Prefs while keeping it in place in Safari for every other website.

    To do that, go to System Prefs > Keyboard > Keyboard Shortcuts > Application Shortcuts. Just create a new shortcut for Command-R that does something innocuous, like, maybe "Window > Bring All To Front".

  • OverloadUT

    This should be possible using javascript. You can have a webpage prompt you when changing page (including refreshing, or closing the tab,) usually to warn you that you might lose data if you continue.

    It even does it here! Try typing something as an answer and then click refresh.

    Using Greasemonkey, one could very easily make a configured list of websites use this prompt all the time.

    To directly answer your question though: No browsers support the feature you are asking for directly. HOWEVER, there is a Firefox extension that I strongly recommend that will do exactly what you want:

    https://addons.mozilla.org/en-US/firefox/addon/1122

    Using TabMixPlus, you can right click on any tab and "lock" it. That will prevent it from being reloaded or the page changing at all. If you click a link in a locked tab, it will be forced to open in a new tab.