brinchj / RndPhrase

RndPhrase: Auto-generated secure passwords.
BSD 2-Clause "Simplified" License
21 stars 4 forks source link

Frames(?) break functionality #6

Closed Munksgaard closed 13 years ago

Munksgaard commented 13 years ago

I can't get rndphrase working on a site with frames in it.

Try going to http://www.birkeroedbio.dk/, click "Bestil" on one of the movies and try to enter a password under "Selvvagt kode". The @-key doesnt work as intended.

brinchj commented 13 years ago

There was a Chrome specific problem with using RndPhrase in frames. This has been fixed with version 0.9.15.

However, this particular case will not work because the website's login frame is located at "http://193.238.184.138/bpw/den/listtt.asp" which doesn't include a domain name. They should instead add this IP as a sub-domain (e.g. "http://server2.birkeroedbio.dk/bpw/den/listtt.asp") as an indication that they are related.

This is a case of RndPhrase not cooperating because it doesn't trust the location.