Closed nikhilbachani closed 4 years ago
Initially, to enable displaying the content in public/index.php, HTML escaping was removed for page content. It needs to be added back in at a later point in time to prevent XSS attacks.
Added strip_tags to prevent XSS attacks.
Initially, to enable displaying the content in public/index.php, HTML escaping was removed for page content. It needs to be added back in at a later point in time to prevent XSS attacks.