Closed
Bug 1660216
Opened 4 years ago
Closed 4 years ago
Invalid format in ContentSecurityManager log
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: jens1o, Assigned: jens1o)
Details
Attachments
(1 file)
#DebugDoContentSecurityCheck Begin
doContentSecurityCheck:
- channelURI: https://www.mozilla.org/media/protocol/img/logos/firefox/logo-word-hor-sm.5875d8d1b185.png
- httpMethod: GET
- loadingPrincipal https://www.mozilla.org/en-US/privacy/firefox/
- triggeringPrincipal https://www.mozilla.org/media/css/BUNDLES/common.9e8fa6cef6bb.css
- principalToInherit: nullptr
- redirectChain:
- internalContentPolicyType: TYPE_INTERNAL_IMAGE
- externalContentPolicyType: TYPE_IMAGE
- upgradeInsecureRequests: false
- initialSecurityChecksDone: true
- allowDeprecatedSystemRequests: false
- CSP:
- default-src 'self' https://*.mozilla.net https://*.mozilla.org https://*.mozilla.com; script-src 'self' https://*.mozilla.net https://*.mozilla.org https://*.mozilla.com 'unsafe-inline' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com https://tagmanager.google.com https://www.youtube.com https://s.ytimg.com https://cdn-3.convertexperiments.com https://app.convert.com https://data.track.convertexperiments.com https://1003350.track.convertexperiments.com https://1003343.track.convertexperiments.com; img-src 'self' https://*.mozilla.net https://*.mozilla.org https://*.mozilla.com data: https://mozilla.org https://www.googletagmanager.com https://www.google-analytics.com https://adservice.google.com https://adservice.google.de https://adservice.google.dk https://creativecommons.org https://cdn-3.convertexperiments.com https://logs.convertexperiments.com https://ad.doubleclick.net; connect-src 'self' https://*.mozilla.net https://*.mozilla.org https://*.mozilla.com https://www.googletagmanager.com https://www.google-analytics.com https://logs.convertexperiments.com https://1003350.metrics.convertexperiments.com https://1003343.metrics.convertexperiments.com https://accounts.firefox.com/ https://accounts.firefox.com.cn/; child-src 'self' https://*.mozilla.net https://*.mozilla.org https://*.mozilla.com https://www.googletagmanager.com https://www.google-analytics.com https://www.youtube-nocookie.com https://trackertest.org https://www.surveygizmo.com https://accounts.firefox.com https://accounts.firefox.com.cn https://www.youtube.com; frame-src 'self' https://*.mozilla.net https://*.mozilla.org https://*.mozilla.com https://www.googletagmanager.com https://www.google-analytics.com https://www.youtube-nocookie.com https://trackertest.org https://www.surveygizmo.com https://accounts.firefox.com https://accounts.firefox.com.cn https://www.youtube.com; style-src 'self' https://*.mozilla.net https://*.mozilla.org https://*.mozilla.com 'unsafe-inline' https://app.convert.com
- securityFlags:
- SEC_ALLOW_CROSS_ORIGIN_INHERITS_SEC_CONTEXT
- SEC_ALLOW_CHROME
#DebugDoContentSecurityCheck End
is lacking of a colon between loadingPrincipal/triggeringPrincipal and the URL
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
Summary: Invalid format error in ContentSecurityManager log → Invalid format in ContentSecurityManager log
Assignee | ||
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
ugh. good catch.
Pushed by abutkovits@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d92766e56d92
Fix formatting of ContentSecurityManager logging r=freddyb,baku
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•