Dactyloidae/caps
Moonchild 5ee2871524 Issue #2542 - Part 3: Expand BasePrincipal with an IsSameOrigin check
Manual checking of the origins in SecFetch fails, so we add this
capability to the base principal interface for sake of ease.
We could use ScriptSecurityManager directly but it's more convenient
this way and can be re-used elsewhere in the future.
2024-07-10 14:47:01 +08:00
..
tests Issue #1967 - Remove moz://a from mochitest 2022-07-30 08:43:37 +08:00
BasePrincipal.cpp Issue #2542 - Part 3: Expand BasePrincipal with an IsSameOrigin check 2024-07-10 14:47:01 +08:00
BasePrincipal.h Issue #2542 - Part 3: Expand BasePrincipal with an IsSameOrigin check 2024-07-10 14:47:01 +08:00
DomainPolicy.cpp Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08:00
DomainPolicy.h Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08:00
moz.build Issue #1656 - Part 6: Clean up the build files 2020-09-25 22:04:23 +08:00
nsIAddonPolicyService.idl import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsIDomainPolicy.idl import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsIPrincipal.idl Issue #2542 - Part 3: Expand BasePrincipal with an IsSameOrigin check 2024-07-10 14:47:01 +08:00
nsIScriptSecurityManager.idl import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsJSPrincipals.cpp Issue #62 - Follow-up: Fix debug build bustage with shared Spidermonkey. 2023-04-05 07:12:22 +08:00
nsJSPrincipals.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsNullPrincipal.cpp Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08:00
nsNullPrincipal.h import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsNullPrincipalURI.cpp Issue #1656 - Remove more vim control lines. 2023-05-04 10:46:38 +08:00
nsNullPrincipalURI.h Issue #1656 - Remove more vim control lines. 2023-05-04 10:46:38 +08:00
nsPrincipal.cpp Issue #2084 - Part 1: Remove CSSUnprefixingService.js and associated code 2023-01-10 07:37:30 +08:00
nsPrincipal.h Issue #2084 - Part 1: Remove CSSUnprefixingService.js and associated code 2023-01-10 07:37:30 +08:00
nsScriptSecurityManager.cpp Issue #2402 - CSP Violation events should have the correct sample for inline contexts. https://bugzilla.mozilla.org/show_bug.cgi?id=1473587 Add preference to increase max length of CSP report source sample. https://bugzilla.mozilla.org/show_bug.cgi?id=1415352 Return valid columnNumber value in CSP violation events. https://bugzilla.mozilla.org/show_bug.cgi?id=1418246 2024-01-11 09:50:12 +08:00
nsScriptSecurityManager.h Issue #2402 - CSP Violation events should have the correct sample for inline contexts. https://bugzilla.mozilla.org/show_bug.cgi?id=1473587 Add preference to increase max length of CSP report source sample. https://bugzilla.mozilla.org/show_bug.cgi?id=1415352 Return valid columnNumber value in CSP violation events. https://bugzilla.mozilla.org/show_bug.cgi?id=1418246 2024-01-11 09:50:12 +08:00
nsSystemPrincipal.cpp import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
nsSystemPrincipal.h Issue #1656 - Part 1: Nuke most vim config lines in the tree. 2020-09-25 22:04:12 +08:00