Closed
Bug 822634
Opened 13 years ago
Closed 11 years ago
[communitations] Possible CSP problems
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
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 communications application has the following possible issues:
FILE: shared/style/edit_mode/index.html
30: <form role="dialog" data-type="edit" onsubmit="return false;">
FILE: shared/style/action_menu/index.html
27: <form role="dialog" data-type="action" onsubmit="return false;">
FILE: index.html
238: <a href="javascript: void(0);" class="action action-block">
FILE: oauth2/flow.html
19: <script>
FILE: oauth2/dialogs_end.html
20: <script>
FILE: style/edit_mode/index.html
30: <form role="dialog" data-type="edit" onsubmit="return false;">
FILE: style/action_menu/index.html
27: <form role="dialog" data-type="action" onsubmit="return false;">
Comment 1•11 years ago
|
||
I believe the majority of these were fixed at some point. Most line numbers don't match up anymore. Please re-open with updated line-numbers if this is still an issue.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•