react-helmet icon indicating copy to clipboard operation
react-helmet copied to clipboard

is it safe?

Open AnasAlamin opened this issue 3 years ago • 1 comments

in React.js docs it advices to prevent js injections for safety concerns such as XSS...etc. is this lib safe?

AnasAlamin avatar Mar 28 '22 12:03 AnasAlamin

It's not thread-safe, which is why it was forked and worked on at https://www.npmjs.com/package/react-helmet-async, I'd recommend you use that instead.

gdvalderrama avatar Nov 13 '22 15:11 gdvalderrama