stepci / liquidless-naughtystrings

Big List of Naughty Strings filter for liquidless templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liquidless-naughtystrings

Big List of Naughty Strings filter for liquidless templates

Get Started

Install the dependency from npm:

npm i liquidless-naughtystrings

Import the naughtystring filter

import { naughtystring } from 'liquidless-naughtystrings'

Usage

Example: Rendering a string

renderTemplate('{{ | naughtystring }}', {}, {
  filters: {
    naughtystring
  }
})

Outputs:

<a href="\xE1\x9A\x80javascript:javascript:alert(1)" id="fuzzelement1">test</a>

About

Big List of Naughty Strings filter for liquidless templates

License:MIT License


Languages

Language:TypeScript 100.0%