mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/17855 - Stops SecureWindowFeature from removing FLAG_SECURE
This commit is contained in:
parent
da25ab1b8e
commit
c805dd3320
@ -420,7 +420,8 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Activit
|
|||||||
window = requireActivity().window,
|
window = requireActivity().window,
|
||||||
store = store,
|
store = store,
|
||||||
customTabId = customTabSessionId,
|
customTabId = customTabSessionId,
|
||||||
isSecure = { !allowScreenshotsInPrivateMode && it.content.private }
|
isSecure = { !allowScreenshotsInPrivateMode && it.content.private },
|
||||||
|
clearFlagOnStop = false
|
||||||
),
|
),
|
||||||
owner = this,
|
owner = this,
|
||||||
view = view
|
view = view
|
||||||
|
Loading…
Reference in New Issue
Block a user