AboutSupportDeveloper GuideVersion 40.130.103.15

Control copy operations for a matched URL.

interface PastePermissions {
    behavior: "non-protected-content" | "all-content";
}

Properties

Properties

behavior: "non-protected-content" | "all-content"
'non-protected-content'

Controls the behavior for paste operations for a matched URL.

non-protected-content: All matching URLs will be able to paste content copied from non-protected URLs.
all-content: All matching URLs will be able to paste content copied from both protected (copy.behavior = 'protect') and on-protected (copy.behavior = 'allow') URLs.