Today I learned
Secure JavaScript URL validation
URL validation is super important because it checks if a URL follows a proper URL syntax and is not malicious. Nowadays URL-based…
Read moreHTML Sanitizer API
Today I learned that there is a HTML Sanitizer API ↗ . It takes untrusted strings of HTML and sanitizes them to enable a safe insertion…
Read more