Edit: @[email protected] solved it. It says “one special character”. Not “at least one”.

  • Pasta Dental
    link
    fedilink
    arrow-up
    14
    ·
    2 months ago

    I usually to in the developer tools and manually disable the thing preventing the paste action. It’s usually a string to remove some JS or something or an Event that you need to uncheck

    • xmunk
      link
      fedilink
      arrow-up
      18
      ·
      2 months ago

      If you’re opening up the dev tools you can also paste your string directly into <input value="" /> unless something weird is going on.