Edit: @Successful_Try543@feddit.org solved it. It says “one special character”. Not “at least one”.

  • Pasta Dental@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    11 days 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@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      11 days 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.