How to disable the “website is now full screen” warning in Firefox?
Whenever I switch a video in Firefox to full screen, a message appears at the top edge of the screen, that the website is full screen now.
I find this quite annoying and unnecessary as I am the one switching to full screen.
Is there a way to disable this message?
firefox
add a comment |
Whenever I switch a video in Firefox to full screen, a message appears at the top edge of the screen, that the website is full screen now.
I find this quite annoying and unnecessary as I am the one switching to full screen.
Is there a way to disable this message?
firefox
add a comment |
Whenever I switch a video in Firefox to full screen, a message appears at the top edge of the screen, that the website is full screen now.
I find this quite annoying and unnecessary as I am the one switching to full screen.
Is there a way to disable this message?
firefox
Whenever I switch a video in Firefox to full screen, a message appears at the top edge of the screen, that the website is full screen now.
I find this quite annoying and unnecessary as I am the one switching to full screen.
Is there a way to disable this message?
firefox
firefox
edited Dec 10 '18 at 15:30
mook765
asked Dec 10 '18 at 12:02
mook765mook765
4,10921332
4,10921332
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
In the Firefox address bar type about:config
and hit enter, then click the I accept the risk button.
Then search for full-screen-api.warning.timeout
and set its value to 0
.
After this change the message is not displayed any more when switching a video to full-screen, but you still get the message when you move the cursor to the top edge of the screen.
If you want to disable the warning completely, you'd also have to change the value for full-screen-api.warning.delay
to -1
. This change prevents the warning from being displayed if you move the cursor to the top screen edge.
Reminder
Please be reminded that doing this might be a security risk. Take a look at , the article provided in the comments under the question by Duncan X Simpson. This site shows how an attacker could use the full screen API to fake a website to gain access to the credentials of your online-accounts. You shouldn't "click the link" on that site unless you're able to figure out what's going on behind the scene; just read.
But as the warning pops up for only three seconds by default, one could miss the warning due to looking away from the screen at that moment for some reason. For real security the warning shouldn't time out but stay on the screen until one clicks to hide it (that would be work for the firefox team).
However, 100% security never exists and as always we have to weigh security against convenience, so if you disable the warning, keep your eyes open!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099782%2fhow-to-disable-the-website-is-now-full-screen-warning-in-firefox%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In the Firefox address bar type about:config
and hit enter, then click the I accept the risk button.
Then search for full-screen-api.warning.timeout
and set its value to 0
.
After this change the message is not displayed any more when switching a video to full-screen, but you still get the message when you move the cursor to the top edge of the screen.
If you want to disable the warning completely, you'd also have to change the value for full-screen-api.warning.delay
to -1
. This change prevents the warning from being displayed if you move the cursor to the top screen edge.
Reminder
Please be reminded that doing this might be a security risk. Take a look at , the article provided in the comments under the question by Duncan X Simpson. This site shows how an attacker could use the full screen API to fake a website to gain access to the credentials of your online-accounts. You shouldn't "click the link" on that site unless you're able to figure out what's going on behind the scene; just read.
But as the warning pops up for only three seconds by default, one could miss the warning due to looking away from the screen at that moment for some reason. For real security the warning shouldn't time out but stay on the screen until one clicks to hide it (that would be work for the firefox team).
However, 100% security never exists and as always we have to weigh security against convenience, so if you disable the warning, keep your eyes open!
add a comment |
In the Firefox address bar type about:config
and hit enter, then click the I accept the risk button.
Then search for full-screen-api.warning.timeout
and set its value to 0
.
After this change the message is not displayed any more when switching a video to full-screen, but you still get the message when you move the cursor to the top edge of the screen.
If you want to disable the warning completely, you'd also have to change the value for full-screen-api.warning.delay
to -1
. This change prevents the warning from being displayed if you move the cursor to the top screen edge.
Reminder
Please be reminded that doing this might be a security risk. Take a look at , the article provided in the comments under the question by Duncan X Simpson. This site shows how an attacker could use the full screen API to fake a website to gain access to the credentials of your online-accounts. You shouldn't "click the link" on that site unless you're able to figure out what's going on behind the scene; just read.
But as the warning pops up for only three seconds by default, one could miss the warning due to looking away from the screen at that moment for some reason. For real security the warning shouldn't time out but stay on the screen until one clicks to hide it (that would be work for the firefox team).
However, 100% security never exists and as always we have to weigh security against convenience, so if you disable the warning, keep your eyes open!
add a comment |
In the Firefox address bar type about:config
and hit enter, then click the I accept the risk button.
Then search for full-screen-api.warning.timeout
and set its value to 0
.
After this change the message is not displayed any more when switching a video to full-screen, but you still get the message when you move the cursor to the top edge of the screen.
If you want to disable the warning completely, you'd also have to change the value for full-screen-api.warning.delay
to -1
. This change prevents the warning from being displayed if you move the cursor to the top screen edge.
Reminder
Please be reminded that doing this might be a security risk. Take a look at , the article provided in the comments under the question by Duncan X Simpson. This site shows how an attacker could use the full screen API to fake a website to gain access to the credentials of your online-accounts. You shouldn't "click the link" on that site unless you're able to figure out what's going on behind the scene; just read.
But as the warning pops up for only three seconds by default, one could miss the warning due to looking away from the screen at that moment for some reason. For real security the warning shouldn't time out but stay on the screen until one clicks to hide it (that would be work for the firefox team).
However, 100% security never exists and as always we have to weigh security against convenience, so if you disable the warning, keep your eyes open!
In the Firefox address bar type about:config
and hit enter, then click the I accept the risk button.
Then search for full-screen-api.warning.timeout
and set its value to 0
.
After this change the message is not displayed any more when switching a video to full-screen, but you still get the message when you move the cursor to the top edge of the screen.
If you want to disable the warning completely, you'd also have to change the value for full-screen-api.warning.delay
to -1
. This change prevents the warning from being displayed if you move the cursor to the top screen edge.
Reminder
Please be reminded that doing this might be a security risk. Take a look at , the article provided in the comments under the question by Duncan X Simpson. This site shows how an attacker could use the full screen API to fake a website to gain access to the credentials of your online-accounts. You shouldn't "click the link" on that site unless you're able to figure out what's going on behind the scene; just read.
But as the warning pops up for only three seconds by default, one could miss the warning due to looking away from the screen at that moment for some reason. For real security the warning shouldn't time out but stay on the screen until one clicks to hide it (that would be work for the firefox team).
However, 100% security never exists and as always we have to weigh security against convenience, so if you disable the warning, keep your eyes open!
edited Dec 15 '18 at 15:56
Zanna
50.6k13135241
50.6k13135241
answered Dec 10 '18 at 12:03
mook765mook765
4,10921332
4,10921332
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099782%2fhow-to-disable-the-website-is-now-full-screen-warning-in-firefox%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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