Shannon Booth
e188de89f9
LibWeb/PermissionsPolicy: Allow autoplay of file:// media from file://
...
As file:// URLs are considered opaque origins by default, we need
to special case them in the allowlist as any opaque origin will
not be matched in the allow list.
2026-03-01 01:04:10 +01:00
Timothy Flynn
6f1710121d
LibWeb: Remove OOM handling from the AutoplayAllowlist
2025-03-30 16:18:57 +01:00
Shannon Booth
d62cf0a807
Everywhere: Remove some use of the URL constructors
...
These make it too easy to construct an invalid URL, which makes it
difficult to remove the valid state of URL - which this API relies
on.
2025-02-19 08:01:35 -05:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00