Issue #2578 - Part 1: Implement preference for controlling same-origin policy

This commit is contained in:
FranklinDM 2024-01-25 13:40:39 +08:00 committed by roytam1
commit 09b3c7a2d8
3 changed files with 11 additions and 1 deletions

View file

@ -152,6 +152,7 @@ private:
}
static bool sStrictFileOriginPolicy;
static bool sSameOriginPolicy;
static nsIIOService *sIOService;
static nsIStringBundle *sStrBundle;