I have a PHP application. It has a login page. From within Chrome, if I do a CTRL-U (view source) within anywhere beyond the login page, I get the login's page HTML.
To the best of my knowledge, I have not implemented any security measure to hide/fudge the HTML.
All my HTML is generated with 'echo' statements. No javascript injection of any kind.
Pressing F12 seems to reveal the correct HTML. It is just too eleboare of a way for when all is required is a simple view source.
Any ideas?