gecko-dev/dom/security
Andrea Marchesini 2a98a3d66d Bug 1640405 - SameSite=lax/strict cookies should be sent to TYPE_SAVEAS_DOWNLOAD content-type, r=mayhemer
Differential Revision: https://phabricator.services.mozilla.com/D77298
2020-06-02 12:23:00 +00:00
..
featurepolicy Bug 1632474 - Consider src in unsafe allow all checks for feature policy. r=baku 2020-05-12 19:43:23 +00:00
fuzztest Bug 1359867 - Add support for allow-top-navigation-by-user-activation iframe sandboxing r=smaug 2020-06-01 12:46:31 +00:00
test Bug 1640405 - SameSite=lax/strict cookies should be sent to TYPE_SAVEAS_DOWNLOAD content-type, r=mayhemer 2020-06-02 12:23:00 +00:00
CSPEvalChecker.cpp Bug 1620242 - Basic implementation for HTTPS Only Mode. r=ckerschb,mixedpuppy 2020-03-17 19:24:31 +00:00
CSPEvalChecker.h
DOMSecurityMonitor.cpp Bug 1637288 - Allow the development build of react to use innerHTML. r=Gijs 2020-05-12 22:19:53 +00:00
DOMSecurityMonitor.h Bug 1597257: Monitor use of javascript: URIs in system privileged contexts and about: pages. r=bzbarsky 2020-01-16 16:06:42 +00:00
FramingChecker.cpp Bug 1619338: Enforcing XFO in parent allows us to remove extension carve-out. r=robwu 2020-04-28 05:49:02 +00:00
FramingChecker.h Bug 631862 - Improve X-Frame-Options error report, r=ckerschb 2020-04-14 17:43:51 +00:00
PolicyTokenizer.cpp
PolicyTokenizer.h Bug 1626570 - Improve handling of copying arrays in dom/security/. r=ckerschb 2020-05-06 11:16:49 +00:00
ReferrerInfo.cpp Bug 1635094 - Cleanup the ReferrerInfo code. r=ckerschb 2020-05-04 18:50:20 +00:00
ReferrerInfo.h Bug 1635094 - Cleanup the ReferrerInfo code. r=ckerschb 2020-05-04 18:50:20 +00:00
SRICheck.cpp
SRICheck.h
SRILogHelper.h
SRIMetadata.cpp Bug 1623953 - Provide comparative method on SRIMetadata to allow trust delegation to a stronger or identical SRI, r=emilio,ckerschb 2020-05-12 12:40:00 +00:00
SRIMetadata.h Bug 1623953 - Provide comparative method on SRIMetadata to allow trust delegation to a stronger or identical SRI, r=emilio,ckerschb 2020-05-12 12:40:00 +00:00
SecFetch.cpp Bug 1636900: Remove TYPE_XBL from nsIContentPolicy. r=remote-protocol-reviewers,emilio,whimboo 2020-05-13 06:53:28 +00:00
SecFetch.h Backed out changeset a0508ae6c037 (bug 1508292) for sm bustage. 2020-03-14 22:40:55 +02:00
moz.build Bug 1599131: Remove carve outs for downloads within x-frame-options when fission enabled. r=smaug,mattwoodrow 2020-04-14 05:57:44 +00:00
nsCSPContext.cpp Bug 1638826: Exempt pdfjs from being subject to CSP permits function. r=baku 2020-05-26 12:48:15 +00:00
nsCSPContext.h Bug 1626570 - Remove obsolete copy enabling machinery. r=froydnj 2020-05-11 08:23:03 +00:00
nsCSPParser.cpp Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
nsCSPParser.h
nsCSPService.cpp Backed out 7 changesets (bug 1638711) for perma failures on test_bug375314-2.html. CLOSED TREE 2020-05-28 04:25:38 +03:00
nsCSPService.h Bug 1625366 - Remove support for custom violation callbacks on nsCSPContext since it should no longer be needed. r=ckerschb 2020-04-10 22:15:21 +00:00
nsCSPUtils.cpp Backed out changeset 2b4796470c0b (bug 1638826) for wpt failure on form-action-src-javascript-blocked.sub.html . CLOSED TREE 2020-05-25 13:52:24 +03:00
nsCSPUtils.h Backed out changeset 2b4796470c0b (bug 1638826) for wpt failure on form-action-src-javascript-blocked.sub.html . CLOSED TREE 2020-05-25 13:52:24 +03:00
nsContentSecurityManager.cpp Bug 1637727 - convert nsIOService prefs to StaticPrefs. r=KrisWright,necko-reviewers 2020-05-28 18:23:25 +00:00
nsContentSecurityManager.h Bug 1188538: Ensure every protocol handler sets a valid security flag. r=bholley,mixedpuppy 2020-03-20 08:25:18 +00:00
nsContentSecurityUtils.cpp Bug 1422284 - Upgrade insecure requests should only apply to top-level same-origin redirects. r=baku,valentin,necko-reviewers 2020-05-25 08:14:10 +00:00
nsContentSecurityUtils.h Bug 1422284 - Upgrade insecure requests should only apply to top-level same-origin redirects. r=baku,valentin,necko-reviewers 2020-05-25 08:14:10 +00:00
nsHTTPSOnlyStreamListener.cpp Bug 1625156 - Error page for HTTPS Only Mode. r=fluent-reviewers,ckerschb,nhnt11,flod,nika,johannh,mattwoodrow 2020-05-26 11:45:21 +00:00
nsHTTPSOnlyStreamListener.h Bug 1627206 - Upgrade failure telemetry for HTTPS Only Mode. r=ckerschb,jcj,dragana 2020-04-17 11:41:36 +00:00
nsHTTPSOnlyUtils.cpp Bug 1625156 - Error page for HTTPS Only Mode. r=fluent-reviewers,ckerschb,nhnt11,flod,nika,johannh,mattwoodrow 2020-05-26 11:45:21 +00:00
nsHTTPSOnlyUtils.h Bug 1625156 - Error page for HTTPS Only Mode. r=fluent-reviewers,ckerschb,nhnt11,flod,nika,johannh,mattwoodrow 2020-05-26 11:45:21 +00:00
nsMixedContentBlocker.cpp Backed out 7 changesets (bug 1638711) for perma failures on test_bug375314-2.html. CLOSED TREE 2020-05-28 04:25:38 +03:00
nsMixedContentBlocker.h Bug 1635992 - Pass LoadInfo into nsMixedContentBlocker::ShouldLoad. r=ckerschb 2020-05-08 02:53:42 +00:00