CefRuntimeRemoveCrossOriginWhitelistEntry Method |
Remove an entry from the cross-origin access whitelist. Returns false if
|source_origin| is invalid or the whitelist cannot be accessed.
Namespace:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static bool RemoveCrossOriginWhitelistEntry(
string sourceOrigin,
string targetProtocol,
string targetDomain,
bool allowTargetSubdomains
)
Parameters
- sourceOrigin
- Type: SystemString
- targetProtocol
- Type: SystemString
- targetDomain
- Type: SystemString
- allowTargetSubdomains
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also