mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Issue #2736 - Part 8: Re-work <video> and <audio> src attribute.
Use subject principal as triggering principal in <video>/<audio> "src" attribute. We deviate from Mozilla here because we do not worry about content isolation principals in Page Info.
This commit is contained in:
parent
2416e71cd3
commit
b6bdce6f98
3 changed files with 13 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
readonly attribute MediaError? error;
|
||||
|
||||
// network state
|
||||
[CEReactions, SetterThrows]
|
||||
[CEReactions, NeedsSubjectPrincipal, SetterThrows]
|
||||
attribute DOMString src;
|
||||
readonly attribute DOMString currentSrc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue