You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developers want the ability to edit the title bar in desktop apps to give a native-like feel. However, out of concern of malicious sites spoofing the title bar and caption controls in the title bar, some of the controls in the title bar still need to exist.
The proposal is to add a new optional boolean member to the manifest, caption_controls_only, which works in conjunction with display: standalone to display the caption controls and other browser controls required for security.
Developers want the ability to edit the title bar in desktop apps to give a native-like feel. However, out of concern of malicious sites spoofing the title bar and caption controls in the title bar, some of the controls in the title bar still need to exist.
The proposal is to add a new optional boolean member to the manifest,
caption_controls_only
, which works in conjunction withdisplay: standalone
to display the caption controls and other browser controls required for security.See explainer:
https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/TitleBarCustomization/explainer.md
The text was updated successfully, but these errors were encountered: