Closed
Bug 822644
Opened 13 years ago
Closed 12 years ago
[video] Possible CSP problems
Categories
(Firefox OS Graveyard :: Gaia::Video, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: macajc, Unassigned)
Details
I've passed a static analysis on the source code of Gaia looking for possible problems regarding the default CSP. The video application has the following possible issue:
FILE: index.html
89: <button onclick="bustSysmem()">Bust system memory</button>
90: <button onclick="bustGfxmem()">Bust graphics memory</button>
22: <script>
Comment 1•12 years ago
|
||
Those two lines are not existed in our codebase.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•