devtools-protocol 0.0.963595 → 0.0.963632
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11770,7 +11770,8 @@
|
|
|
11770
11770
|
"SameOrigin",
|
|
11771
11771
|
"SameOriginAllowPopups",
|
|
11772
11772
|
"UnsafeNone",
|
|
11773
|
-
"SameOriginPlusCoep"
|
|
11773
|
+
"SameOriginPlusCoep",
|
|
11774
|
+
"SameOriginAllowPopupsPlusCoep"
|
|
11774
11775
|
]
|
|
11775
11776
|
},
|
|
11776
11777
|
{
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
package/types/protocol.d.ts
CHANGED
|
@@ -9926,7 +9926,7 @@ export namespace Protocol {
|
|
|
9926
9926
|
privateNetworkRequestPolicy: PrivateNetworkRequestPolicy;
|
|
9927
9927
|
}
|
|
9928
9928
|
|
|
9929
|
-
export type CrossOriginOpenerPolicyValue = ('SameOrigin' | 'SameOriginAllowPopups' | 'UnsafeNone' | 'SameOriginPlusCoep');
|
|
9929
|
+
export type CrossOriginOpenerPolicyValue = ('SameOrigin' | 'SameOriginAllowPopups' | 'UnsafeNone' | 'SameOriginPlusCoep' | 'SameOriginAllowPopupsPlusCoep');
|
|
9930
9930
|
|
|
9931
9931
|
export interface CrossOriginOpenerPolicyStatus {
|
|
9932
9932
|
value: CrossOriginOpenerPolicyValue;
|