Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines what access policy to use for remote resources. Used in IEpubRemoteResourceOptions.

Index

Enumeration members

Enumeration members

ALLOW_ALL

ALLOW_ALL = "ALLOW_ALL"

Allow all remote resources from anywhere for scripted content-documents.

DENY_ALL

DENY_ALL = "DENY_ALL"

Don't allow any remote resources.

WHITELIST

WHITELIST = "WHITELIST"

Allow remote resources in scripted content-documents as specified in the "whitelist" option.

Generated using TypeDoc