Y
Hacker News
new
|
ask
|
show
|
jobs
by
lazugod
4929 days ago
This is already the case with Chrome. See
http://superuser.com/questions/450893/how-to-install-a-priva...
which details how unauthorized userscripts are made difficult to install.
Even better, try pasting
javascript:alert('hi');
into the address bar.
4 comments
btrask
4929 days ago
Those changes were made for security, to make social engineering attacks more difficult. You can still type JS into the address bar, you just can't copy and paste it.
link
Kerrick
4928 days ago
Further, you
can
copy and paste it into the console.
link
nathanhammond
4928 days ago
I can confirm that this was to close actively exploited security vulnerabilities. I was one of the first to file a "bug" on this attack vector. :)
link
LesZedCB
4929 days ago
this is probably a good thing more often then not, though.
link
fudged71
4928 days ago
Fascinating!
link