Closed
Bug 822638
Opened 13 years ago
Closed 13 years ago
[sms] Possible CSP problem
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: macajc, Assigned: borjasalguero)
Details
Attachments
(1 file)
|
185 bytes,
text/html
|
basiclines
:
review+
arcturus
:
approval-gaia-v1+
|
Details |
I've passed a static analysis on the source code of Gaia looking for possible problems regarding the default CSP. The sms application has the following possible issue:
FILE: shared/style/edit_mode/index.html
30: <form role="dialog" data-type="edit" onsubmit="return false;">
| Assignee | ||
Comment 1•13 years ago
|
||
This one is related with building blocks, and comes from 'shared/style/edit_mode/index.html', but this is an 'example' html so the APP should be working as expected. However, it should be nice to fix this even in our examples.
| Assignee | ||
Updated•13 years ago
|
Flags: needinfo?(arnau)
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → fbsc
| Assignee | ||
Comment 2•13 years ago
|
||
NOTE: If blocking-basecamp+ is set, just land it for now.
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
User impact if declined:
Testing completed:
Risk to taking this patch (and alternatives if risky):
Attachment #700469 -
Flags: review?(igonzaleznicolas)
Attachment #700469 -
Flags: approval-gaia-master?(francisco.jordano)
| Assignee | ||
Comment 3•13 years ago
|
||
I've removed the 'obsubmit' because this it's only an example of use of the BB, and it's not related with SMS App at all.
Flags: needinfo?(arnau)
Updated•13 years ago
|
Attachment #700469 -
Flags: review?(igonzaleznicolas) → review+
Comment 4•13 years ago
|
||
Comment on attachment 700469 [details]
PR
Simple harmless change in the dom, but fixes a CSP issue so a=me
Thanks Borja.
Attachment #700469 -
Flags: approval-gaia-master?(francisco.jordano) → approval-gaia-master+
| Assignee | ||
Comment 5•13 years ago
|
||
Merged! Closing.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•