mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
CSP: Upgrade SO navigational requests per spec.
This commit is contained in:
parent
a01c9abce8
commit
54e7645cb6
6 changed files with 214 additions and 0 deletions
|
|
@ -859,6 +859,12 @@ LoadInfo::SetIsPreflight()
|
|||
mIsPreflight = true;
|
||||
}
|
||||
|
||||
void
|
||||
LoadInfo::SetUpgradeInsecureRequests()
|
||||
{
|
||||
mUpgradeInsecureRequests = true;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
LoadInfo::GetIsPreflight(bool* aIsPreflight)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue