AboutSupportDeveloper GuideVersion 42.133.100.8
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 = 'protect') and on-protected (copy.behavior = 'allow') URLs.