Is this safe from XSS?
I need to allow a user to pass unsafe text into an iframe URL:
<iframe src="https://example.com?foo=INPUT"></iframe>
Inside the iFrame render code, I have this:
<!doctype html>
<html lang="en">
… Continue reading Is this safe from XSS?