AboutSupportDeveloper GuideVersion 41.131.100.44
PastePermissions: {
    behavior: "non-protected-content" | "all-content";
}

Control copy operations for a matched URL.

Type declaration

  • 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 = ‘protected') and non-protected (copy.behavior = 'allowed') URLs.