We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i tried to enable iframe, but it seems to return no attributes. how do i allow certain attributes?
thank you
The text was updated successfully, but these errors were encountered:
You should check rather !npm sanitize-html instead of this package. This repo you are looking at is more of a wrapper and passess arguments down.
For defaults you can use something like:
const myOptions = { spam: 'eggs'} Vue.use(Vue3Sanitize, myOptions)
Sorry, something went wrong.
No branches or pull requests
i tried to enable iframe, but it seems to return no attributes.
how do i allow certain attributes?
thank you
The text was updated successfully, but these errors were encountered: