i created this function to sanitize the input fields on my site, but i need it (the function) to allow the input of some html tags. how can i improve the function to allow this?

    • shnizmuffin
      link
      fedilink
      English
      23 months ago

      Real answer: consider passing Markdown through instead. You’re getting really close to one of my favorite memes. It’s a dark path, don’t tread down it.

      • @amargo85OP
        link
        13 months ago

        which programming languages do you master? i’d actually like to work with you

        • shnizmuffin
          link
          fedilink
          English
          23 months ago

          “Master” is a strong word, but when I have to build applications it’s PHP in the back and JS up front. Specifically, Laravel implementations with whatever on top.

          I’m extremely proficient with templating languages that eventually turn into HTML (nunjucks, antlers, blade, handlebars, webc, vue) and CSS (SCSS, LESS). A ton of my work winds up being on Static Site Generators and the unholy abomination that is at-scale Email development.

          • @amargo85OP
            link
            13 months ago

            man! you’re good at this