Skip to content

fix(xss): 🐛 add sup and sub to default xssOptions whitelist #1360

fix(xss): 🐛 add sup and sub to default xssOptions whitelist

fix(xss): 🐛 add sup and sub to default xssOptions whitelist #1360

Workflow file for this run

name: Test
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-setup
- name: Test
run: pnpm lint:css && pnpm lint:js && pnpm check:types