gecko-dev/dom/security
Marian-Vasile Laza c86473eec6 Backed out changeset ed0cca70a9a5 (bug 1725339) for causing failures on nsContentSecurityManager. CLOSED TREE 2021-08-16 11:32:15 +03:00
..
featurepolicy Bug 1577199 add speaker-selection feature policy r=ckerschb 2021-08-02 00:13:56 +00:00
fuzztest Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
sanitizer Bug 1658564 - Sanitizer API parse options - r=hsivonen 2021-05-20 11:44:39 +00:00
test Bug 1725026 - Check if the load is triggered by a user gesture only when redirect chain is empty, r=ckerschb 2021-08-13 14:09:08 +00:00
CSPEvalChecker.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
CSPEvalChecker.h
DOMSecurityMonitor.cpp Bug 1613705 - [localization] part18: Fix AuditParsingOfHTMLXMLFragments to work without JS context. r=emilio 2021-08-03 16:25:17 +00:00
DOMSecurityMonitor.h Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
FramingChecker.cpp Bug 1705910: Remove NS_WARN_IF for expected case in FramingChecker. ckerschb r=ckerschb 2021-06-23 22:02:10 +00:00
FramingChecker.h
PolicyTokenizer.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
PolicyTokenizer.h Bug 1723050 - Part 25: Replace typedef by using in dom/security/ r=freddyb 2021-08-09 11:48:49 +00:00
ReferrerInfo.cpp Bug 1720295 - Part 1: Report console message for disallow relaxing default referrer policy. r=ckerschb 2021-08-09 19:02:23 +00:00
ReferrerInfo.h Bug 1720869 - Part 1: Add a telemetry probe for referrer policy. r=ckerschb,necko-reviewers,valentin 2021-08-02 19:24:54 +00:00
SRICheck.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
SRICheck.h Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
SRILogHelper.h
SRIMetadata.cpp Bug 1673682 - Move URLParams to nsURLHelper.h. r=valentin,necko-reviewers 2020-11-13 08:11:32 +00:00
SRIMetadata.h
SecFetch.cpp Bug 1722703: Consider requests from extension with access to the requested site as Sec-Fetch-Site: 'same-origin'. r=ckerschb,robwu 2021-08-05 10:35:45 +00:00
SecFetch.h
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
nsCSPContext.cpp Bug 1713074: CSP - Add moz logging for origin of policy r=freddyb 2021-05-27 09:15:17 +00:00
nsCSPContext.h Bug 1683464 - Reduce nsContentPolicyType usage. r=ckerschb 2021-01-07 15:18:52 +00:00
nsCSPParser.cpp Bug 1683464 - Improve nsCSPParser::directiveName. r=ckerschb 2021-01-07 15:19:23 +00:00
nsCSPParser.h Bug 1626555 - Add `dom/security` to the list of non-unified-build-compatible directories. r=sg 2020-11-09 21:03:52 +00:00
nsCSPService.cpp Bug 1542194: Update blocked-uri in CSP reporting by treating frame naviations as redirects r=freddyb,dveditz,mixedpuppy 2021-02-11 09:09:17 +00:00
nsCSPService.h Bug 1634281 - Remove unused nsDataHashtable.h includes. r=xpcom-reviewers,nika 2021-03-03 08:58:52 +00:00
nsCSPUtils.cpp Bug 1542807 part 5 - Don't apply CSP rules for the document to fonts loaded from User and UserAgent origin sheets. r=ckerschb 2021-06-14 01:22:06 +00:00
nsCSPUtils.h Bug 1683464 - Improve nsCSPParser::directiveName. r=ckerschb 2021-01-07 15:19:23 +00:00
nsContentSecurityManager.cpp Backed out changeset ed0cca70a9a5 (bug 1725339) for causing failures on nsContentSecurityManager. CLOSED TREE 2021-08-16 11:32:15 +03:00
nsContentSecurityManager.h Bug 1708114 - when doing unexpected systemprincipal loads, record redirected schemes - r=ckerschb 2021-05-11 08:27:47 +00:00
nsContentSecurityUtils.cpp Bug 1723998 - Refactor jshacks detection and adapt for use in system principal telemetry r=ckerschb,tjr 2021-08-10 12:41:02 +00:00
nsContentSecurityUtils.h Bug 1723998 - Refactor jshacks detection and adapt for use in system principal telemetry r=ckerschb,tjr 2021-08-10 12:41:02 +00:00
nsHTTPSOnlyStreamListener.cpp Bug 1542807 part 5 - Don't apply CSP rules for the document to fonts loaded from User and UserAgent origin sheets. r=ckerschb 2021-06-14 01:22:06 +00:00
nsHTTPSOnlyStreamListener.h Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
nsHTTPSOnlyUtils.cpp Bug 1725026 - Check if the load is triggered by a user gesture only when redirect chain is empty, r=ckerschb 2021-08-13 14:09:08 +00:00
nsHTTPSOnlyUtils.h Bug 1706126 - HTTPS- First doesn't upgrade redirection from exempt target domain to subdomain (which supports https) r=ckerschb,necko-reviewers,dragana 2021-07-07 14:19:09 +00:00
nsIHttpsOnlyModePermission.idl
nsMixedContentBlocker.cpp Bug 1551886: Check the parent scheme for NullPrincipals via the precusor principal. r=ckerschb 2021-07-28 11:23:15 +00:00
nsMixedContentBlocker.h Bug 1220810 - Hardcode localhost to loopback, r=ckerschb,necko-reviewers,dragana 2020-10-22 07:36:15 +00:00