react-prerendered-component icon indicating copy to clipboard operation
react-prerendered-component copied to clipboard

Simply random seed

Open theKashey opened this issue 5 years ago • 4 comments

Look like xss is not possible, as long as HTML tags are escaped by React. Only placeholders could be faked, and should be handled only on save/restore operations.

theKashey avatar Apr 04 '19 10:04 theKashey

I don't understand this issue?

wmertens avatar Apr 05 '19 05:04 wmertens

I am using <x-cached-XXXXXXX-....> to prevent any possible "injections" to the code, but look like that XXXXXX is not actually needed, and even more - it makes cache less "shareable" It's still not quite shareable, as long as you cant use memcached, but anyway...

theKashey avatar Apr 05 '19 05:04 theKashey

? Is this the right repo? 😅 Where do you use this tag?

wmertens avatar Apr 05 '19 05:04 wmertens

It is used for fragment cache... oh, I've created issue in a wrong repo :) It's belongs to https://github.com/theKashey/react-prerendered-component

theKashey avatar Apr 05 '19 21:04 theKashey