Preventing automatic website refresh/redirects in Firefox 56












4















I am using Firefox 56 and in versions prior to 56 there was an option under Options > Advanced called “Warn you when websites try to redirect or reload the page,” which blocked automatic website refreshes and redirects when selected. It showed a warning and a button to manually allow the refresh/redirect at the top of the webpage. I’ve had this option enabled for years.



Now that Firefox has “reorganized” the Options interface as of version 56, this option is no longer present and indeed the browser refreshes and redirections occur automatically once again.



How would one prevent automatic website refresh/redirects in Firefox 56?










share|improve this question

























  • FWIW, this is a great question because the Firefox support site still shows the old pre version 56 options. support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox

    – JakeGould
    Oct 1 '17 at 1:42
















4















I am using Firefox 56 and in versions prior to 56 there was an option under Options > Advanced called “Warn you when websites try to redirect or reload the page,” which blocked automatic website refreshes and redirects when selected. It showed a warning and a button to manually allow the refresh/redirect at the top of the webpage. I’ve had this option enabled for years.



Now that Firefox has “reorganized” the Options interface as of version 56, this option is no longer present and indeed the browser refreshes and redirections occur automatically once again.



How would one prevent automatic website refresh/redirects in Firefox 56?










share|improve this question

























  • FWIW, this is a great question because the Firefox support site still shows the old pre version 56 options. support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox

    – JakeGould
    Oct 1 '17 at 1:42














4












4








4


1






I am using Firefox 56 and in versions prior to 56 there was an option under Options > Advanced called “Warn you when websites try to redirect or reload the page,” which blocked automatic website refreshes and redirects when selected. It showed a warning and a button to manually allow the refresh/redirect at the top of the webpage. I’ve had this option enabled for years.



Now that Firefox has “reorganized” the Options interface as of version 56, this option is no longer present and indeed the browser refreshes and redirections occur automatically once again.



How would one prevent automatic website refresh/redirects in Firefox 56?










share|improve this question
















I am using Firefox 56 and in versions prior to 56 there was an option under Options > Advanced called “Warn you when websites try to redirect or reload the page,” which blocked automatic website refreshes and redirects when selected. It showed a warning and a button to manually allow the refresh/redirect at the top of the webpage. I’ve had this option enabled for years.



Now that Firefox has “reorganized” the Options interface as of version 56, this option is no longer present and indeed the browser refreshes and redirections occur automatically once again.



How would one prevent automatic website refresh/redirects in Firefox 56?







firefox






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 1 '17 at 1:40









JakeGould

31.5k1096138




31.5k1096138










asked Oct 1 '17 at 1:31









user776292user776292

2112




2112













  • FWIW, this is a great question because the Firefox support site still shows the old pre version 56 options. support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox

    – JakeGould
    Oct 1 '17 at 1:42



















  • FWIW, this is a great question because the Firefox support site still shows the old pre version 56 options. support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox

    – JakeGould
    Oct 1 '17 at 1:42

















FWIW, this is a great question because the Firefox support site still shows the old pre version 56 options. support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox

– JakeGould
Oct 1 '17 at 1:42





FWIW, this is a great question because the Firefox support site still shows the old pre version 56 options. support.mozilla.org/en-US/kb/advanced-panel-settings-in-firefox

– JakeGould
Oct 1 '17 at 1:42










2 Answers
2






active

oldest

votes


















-1














In about:config, set accessibility.blockautorefresh to true.



References:




  1. I typed "refresh" into about:config to see what could come up

  2. http://kb.mozillazine.org/Accessibility.blockautorefresh






share|improve this answer
























  • Welcome to Super User. The link reflects Firefox V3, which is pretty ancient, and the page was last updated 6 years ago. You indicate you found the setting by searching your own about:config. The question is based on the structure having changed in V56. Can you edit your answer to add your version number, which will confirm that it applies? Thanks.

    – fixer1234
    Oct 1 '17 at 3:02



















-1














A few updates later, in Firefox 64.0.2, I did something similar to MinebeaMitsumi's approach, and it worked.

Address bar: go to about:config

Search for accessibility.blockautorefresh

For me, accessibility.blockautorefresh was set to true by default.
I set it to false.


Now URLs for which Firefox would have previously popped up a "Firefox prevented this link from automatically redirecting to another page" message at the top now redirect without asking.






share|improve this answer
























  • This is opposite to the action Mozilla describes for this setting.

    – fixer1234
    Jan 26 at 22:26











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1255192%2fpreventing-automatic-website-refresh-redirects-in-firefox-56%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









-1














In about:config, set accessibility.blockautorefresh to true.



References:




  1. I typed "refresh" into about:config to see what could come up

  2. http://kb.mozillazine.org/Accessibility.blockautorefresh






share|improve this answer
























  • Welcome to Super User. The link reflects Firefox V3, which is pretty ancient, and the page was last updated 6 years ago. You indicate you found the setting by searching your own about:config. The question is based on the structure having changed in V56. Can you edit your answer to add your version number, which will confirm that it applies? Thanks.

    – fixer1234
    Oct 1 '17 at 3:02
















-1














In about:config, set accessibility.blockautorefresh to true.



References:




  1. I typed "refresh" into about:config to see what could come up

  2. http://kb.mozillazine.org/Accessibility.blockautorefresh






share|improve this answer
























  • Welcome to Super User. The link reflects Firefox V3, which is pretty ancient, and the page was last updated 6 years ago. You indicate you found the setting by searching your own about:config. The question is based on the structure having changed in V56. Can you edit your answer to add your version number, which will confirm that it applies? Thanks.

    – fixer1234
    Oct 1 '17 at 3:02














-1












-1








-1







In about:config, set accessibility.blockautorefresh to true.



References:




  1. I typed "refresh" into about:config to see what could come up

  2. http://kb.mozillazine.org/Accessibility.blockautorefresh






share|improve this answer













In about:config, set accessibility.blockautorefresh to true.



References:




  1. I typed "refresh" into about:config to see what could come up

  2. http://kb.mozillazine.org/Accessibility.blockautorefresh







share|improve this answer












share|improve this answer



share|improve this answer










answered Oct 1 '17 at 1:57









MinebeaMitsumiMinebeaMitsumi

71




71













  • Welcome to Super User. The link reflects Firefox V3, which is pretty ancient, and the page was last updated 6 years ago. You indicate you found the setting by searching your own about:config. The question is based on the structure having changed in V56. Can you edit your answer to add your version number, which will confirm that it applies? Thanks.

    – fixer1234
    Oct 1 '17 at 3:02



















  • Welcome to Super User. The link reflects Firefox V3, which is pretty ancient, and the page was last updated 6 years ago. You indicate you found the setting by searching your own about:config. The question is based on the structure having changed in V56. Can you edit your answer to add your version number, which will confirm that it applies? Thanks.

    – fixer1234
    Oct 1 '17 at 3:02

















Welcome to Super User. The link reflects Firefox V3, which is pretty ancient, and the page was last updated 6 years ago. You indicate you found the setting by searching your own about:config. The question is based on the structure having changed in V56. Can you edit your answer to add your version number, which will confirm that it applies? Thanks.

– fixer1234
Oct 1 '17 at 3:02





Welcome to Super User. The link reflects Firefox V3, which is pretty ancient, and the page was last updated 6 years ago. You indicate you found the setting by searching your own about:config. The question is based on the structure having changed in V56. Can you edit your answer to add your version number, which will confirm that it applies? Thanks.

– fixer1234
Oct 1 '17 at 3:02













-1














A few updates later, in Firefox 64.0.2, I did something similar to MinebeaMitsumi's approach, and it worked.

Address bar: go to about:config

Search for accessibility.blockautorefresh

For me, accessibility.blockautorefresh was set to true by default.
I set it to false.


Now URLs for which Firefox would have previously popped up a "Firefox prevented this link from automatically redirecting to another page" message at the top now redirect without asking.






share|improve this answer
























  • This is opposite to the action Mozilla describes for this setting.

    – fixer1234
    Jan 26 at 22:26
















-1














A few updates later, in Firefox 64.0.2, I did something similar to MinebeaMitsumi's approach, and it worked.

Address bar: go to about:config

Search for accessibility.blockautorefresh

For me, accessibility.blockautorefresh was set to true by default.
I set it to false.


Now URLs for which Firefox would have previously popped up a "Firefox prevented this link from automatically redirecting to another page" message at the top now redirect without asking.






share|improve this answer
























  • This is opposite to the action Mozilla describes for this setting.

    – fixer1234
    Jan 26 at 22:26














-1












-1








-1







A few updates later, in Firefox 64.0.2, I did something similar to MinebeaMitsumi's approach, and it worked.

Address bar: go to about:config

Search for accessibility.blockautorefresh

For me, accessibility.blockautorefresh was set to true by default.
I set it to false.


Now URLs for which Firefox would have previously popped up a "Firefox prevented this link from automatically redirecting to another page" message at the top now redirect without asking.






share|improve this answer













A few updates later, in Firefox 64.0.2, I did something similar to MinebeaMitsumi's approach, and it worked.

Address bar: go to about:config

Search for accessibility.blockautorefresh

For me, accessibility.blockautorefresh was set to true by default.
I set it to false.


Now URLs for which Firefox would have previously popped up a "Firefox prevented this link from automatically redirecting to another page" message at the top now redirect without asking.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 26 at 15:31









TimTim

1




1













  • This is opposite to the action Mozilla describes for this setting.

    – fixer1234
    Jan 26 at 22:26



















  • This is opposite to the action Mozilla describes for this setting.

    – fixer1234
    Jan 26 at 22:26

















This is opposite to the action Mozilla describes for this setting.

– fixer1234
Jan 26 at 22:26





This is opposite to the action Mozilla describes for this setting.

– fixer1234
Jan 26 at 22:26


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1255192%2fpreventing-automatic-website-refresh-redirects-in-firefox-56%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?