Closed
Bug 822640
Opened 12 years ago
Closed 12 years ago
[geoloc] Possible CSP problems
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: macajc, Unassigned)
Details
(Whiteboard: QARegressExclude)
I've passed a static analysis on the source code of Gaia looking for possible problems regarding the default CSP. The geoloc application has the following possible issues:
APPLICATION: geoloc.gaiamobile.org
FILE: index.html
29: <button onclick="startGeoloc();" id="btnStart" data-l10n-id="geoloc-start">Start</button>
30: <button onclick="stopGeoloc();" id="btnStop" data-l10n-id="geoloc-stop">Stop</button>
31: <button onclick="clearGeoloc();" id="btnClear" data-l10n-id="geoloc-clear">Clear</button>
32: <button onclick="saveGeoloc();" id="btnSave" data-l10n-id="geoloc-save">Save as a file</button>
Updated•12 years ago
|
QA Contact: lissyx+mozillians
Comment 1•12 years ago
|
||
This was already fixed as of pull request https://github.com/mozilla-b2g/gaia/pull/6907.
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
QA Contact: lissyx+mozillians
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•