Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xss

Why And When To Use Django Mark_safe() Function

After reading the document, the function of mark_safe() is still unclear. I guess it is related to … Read more Why And When To Use Django Mark_safe() Function

Making User-made HTML Templates Safe

I want to allow users to create tiny templates that I then render in Django with a predefined conte… Read more Making User-made HTML Templates Safe