Open
Bug 760422
Opened 11 years ago
Updated 6 months ago
Firefox asks permission every time when local content (e. g. video file) enters fullscreen, and there's no way to remember my decision
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: sidrabbit, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/15.0 Firefox/15.0a1 Build ID: 20120531030517 Steps to reproduce: 1. Open any local video file (WebM or Theora) in Firefox. 2. Click the Fullscreen button. Actual results: Firefox asks my permission to enter fullscreen as usual, but there's no way to remember my desicion. So every time I activate fullscreen for any local video file, I get the same warning. Expected results: There should be a checkbox "Remember decision for local content" like it is for any remote host.
Updated•11 years ago
|
Component: Untriaged → Video/Audio
Product: Firefox → Core
QA Contact: untriaged → video.audio
Comment 1•11 years ago
|
||
I'm not sure if this is Core:Vide/Audio or Core:DOM but I can confirm this on the latest Mac nightly using a local webm video file.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•11 years ago
|
||
Yes, this is a recent change. The permission manager can't handle local file URI's, so we just require local content to be approved every time. We don't really want to allow a blanket approval of all local files, that would pose a security risk. We could change to allow *individual* local files to have permanent permissions though.
Component: Video/Audio → DOM: Core & HTML
QA Contact: video.audio → general
Updated•11 years ago
|
OS: Windows 7 → All
Hardware: x86 → All
Summary: Firefox asks permission every time when local content (e. g. video file) enters fullscreen, and there's no way to remember my desicion → Firefox asks permission every time when local content (e. g. video file) enters fullscreen, and there's no way to remember my decision
Comment 5•5 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046 Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5. If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•