You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
Currently for headers and footers we store the HTML as the index, and the sanitization occurs on the client side. Moving the sanitization to the server side is more secure, and also storing the raw markdown vs the converted HTML.