Closed
Bug 1023264
Opened 10 years ago
Closed 10 years ago
Vertical homescreen displays weird in mulet
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: gerard-majax, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
See screenshot
QA Whiteboard: [VH-FC-blocking-]
Comment 2•10 years ago
|
||
The VH is broken because of CSP modification,
my temporary patch that disable CSP broke:
-pref("security.apps.certified.CSP.default", "default-src *; script-src 'self'; object-src 'none'; style-src 'self'");
+pref("security.apps.certified.CSP.default", "default-src *; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'");
We now have to turn security.csp.speccompliant to false.
I have been told that a patch is going to land soon to allow inline css for certified app, but isn't landed yet.
Comment 3•10 years ago
|
||
Sounds like this is bug 1022996.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Comment 4•10 years ago
|
||
Actually, sorry. Going to keep this open so we can use this bug for the fix. Let's just change the pref for now?
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Comment 5•10 years ago
|
||
Did we changed anything yet? I don't reproduce this issue anymore.
Flags: needinfo?(poirot.alex)
Flags: needinfo?(kgrandon)
Comment 6•10 years ago
|
||
Nothing changed specifically for this. Maybe something changed in the simulator code?
Flags: needinfo?(kgrandon)
Comment 7•10 years ago
|
||
I think it was either bug 1027555 or bug 1045023
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Flags: needinfo?(poirot.alex)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•