New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 804154 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

Users can prevent Chrome from displaying F11 fulscreen message

Reported by hakerh403@gmail.com, Jan 21 2018

Issue description

UserAgent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36

Steps to reproduce the problem:
1. Download this script: https://github.com/chrome-improver/chrome-improver
2. Execute it
3. Chrome will no longer display messages when someone go to fullscreen

What is the expected behavior?
The purpose of "Press F11 to exit full screen" message is, I suppose, to prevent malicious websites to simulate desktop or something. Chrome displays the message every time user go to fullscreen and there should not be a way to disable it, because it may result in potential security problem.

What went wrong?
There is a script on github which very easily removes the appearance of the message. It is impossible for a website to execute that script because it requires Node.js, but anyway, once executed, the script prevents appearance of the message.

Are there any plans to improve Chrome in order to fix this exploit?

Did this work before? N/A 

Chrome version: 63.0.3239.132  Channel: stable
OS Version: 6.3
Flash Version: no flash

Any other comments?
no
 

Comment 1 by ajha@chromium.org, Jan 23 2018

Components: -UI UI>Browser>FullScreen
Labels: Needs-Triage-M63

Comment 2 by hakerh403@gmail.com, Jan 23 2018

The github link is broken because the accout was removed. So here is the full repository in the archive.
1.zip
14.5 KB Download
Cc: krajshree@chromium.org
Labels: Needs-Feedback Triaged-ET
Tested the issue on Win-7 using chrome latest stable #64.0.3282.140 and latest canary #66.0.3336.5.
Following are the steps followed to reproduce the issue.
------------
1. Downloaded script at comment #2
2. Executed it
3. Pressed F11. 
4. Observed a message "Press F11 to exit full screen" is displayed on fullscreen.

reporter@ - Could you please check the steps followed and please let us know if anything missed from our side. If possible please attach a screen cast or screenshot for better understanding of issue.
Thanks...!!
Here is a screen recording.
Project Member

Comment 5 by sheriffbot@chromium.org, Feb 4 2018

Labels: -Needs-Feedback
Thank you for providing more feedback. Adding requester "krajshree@chromium.org" to the cc list and removing "Needs-Feedback" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Cc: sc00335...@techmahindra.com
Components: Platform>Extensions
Labels: Needs-Feedback
Unable to test reproduce this issue on 63.0.3239.132 using Windows 7 as we are seeing error while typing block messages after running .bat file. Attaching screencast for reference.

Please check the screencast and let us know if we miss anything. This would help in further triaging of the issue.

Thanks!
Attaching screencast and error for reference..
error message.txt
1.4 KB View Download
804154.mp4
2.7 MB View Download
There is a readme next to the batch file containing all instructions on how to prepare environment in order to successfully run the script.

Make sure that `C:\windows\system32` is present in global PATH system variable. Also, make sure that the script is run with full administrative privileges and that UAC level in control panel is set to 0.
Project Member

Comment 9 by sheriffbot@chromium.org, Feb 5 2018

Labels: -Needs-Feedback
Thank you for providing more feedback. Adding requester "sc00335628@techmahindra.com" to the cc list and removing "Needs-Feedback" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: WontFix (was: Unconfirmed)
There really isn't anything Chrome can do to prevent a user from modifying their Chrome install to disable functionality. The readme of this script clearly states that this is intentionally modifying permissions on files and directories that Chrome uses for thumbnails as well as directly modifying the chrome.dll binary to remove the fullscreen message code.

Running random scripts with admin privileges is also generally not advised, as that gives full control over your computer. But since this script is generally upfront about what it is doing, it is hard to directly label it as "unwanted software" (UwS).

Closing this as WontFix. This would be roughly the same result as a user compiling and running their own Chromium build that disables the feature.

Sign in to add a comment