Jump to content

Disable URL display in status bar


flit

Recommended Posts

Thanks. I haven't thought about that. I got a page, with a frame to "protect" my source code. But if they can see the URL displayed in the status bar, they can type that in, navigate to a page and see my source code anyway. So that is why I was trying to hide the URL in the status bar.

Hi. Even if you were to cloak your url, there's still the old 'right click' --> 'View Page Source'

 

Your best bet is to disable right clicks on your site using some form of javascript solution, but the options to view source is still available in the menus somewhere. Just a suggestion to reduce the chances of peeps seeing code but I think viewing page source is something you can't completely stop people from doing.

 

Your PHP code is never viewable through browsers because it stays serverside, so your creativity can't be exploited with ya web apps ;-)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.