WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
256130
[GLIB] Disabling MSE via the mediasource websetting has no effect
https://bugs.webkit.org/show_bug.cgi?id=256130
Summary
[GLIB] Disabling MSE via the mediasource websetting has no effect
Philippe Normand
Reported
2023-04-29 06:57:43 PDT
Most likely since 2019:
https://commits.webkit.org/211106@main
The DocumentLoader re-enables the feature, unconditionally... m_frame->settings().setMediaSourceEnabled(m_mediaSourcePolicy == MediaSourcePolicy::Default ? Settings::platformDefaultMediaSourceEnabled() : m_mediaSourcePolicy == MediaSourcePolicy::Enable); in our ports Settings::platformDefaultMediaSourceEnabled() returns true and we don't use the MediaSourcePolicy API.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug