How to change or camouflage address bar url?

456 Views Asked by At

We have a site dedicated to people suffering domestic violence. Our priority is for the people using the site to be safe and avoid them being caught by their "violentator".

Everything is almost sorted out but there is one thing that still doesn't keep the victim from being caught in the case the "violentator" takes a glance at the address bar.

What strategy do you suggest to hide the address bar or camouflage it with Javascript?

Thanks, Alvin

1

There are 1 best solutions below

0
On

You could use a combination of an iframe (which would visibly hide the iframe's src from the browser's address bar), and javascript's location.replace function to rewrite history as you navigate in that iframe. Combined with some of the other suggestions you should be able to mitigate some of the concerns you mentioned.