[wp-hackers] Security at Wordpress

Evan Broder wp at ebroder.net
Mon Apr 24 12:41:18 GMT 2006


Owen Winkler wrote:
> Does this look reasonable in Safari?  That's where I hear there are
> problems, though I haven't looked at it there myself yet.
All buttons are styled as buttons in Safari, regardless of what the CSS
says. You get pretty looking Aqua buttons for Edit and Delete and a link
for View. The solution is probably to make all 3 buttons.

I would also point out that we can always make both GET and POST work by
using $_REQUEST instead of $_GET or $_POST. We'd probably only want to
do this on selective actions, though, otherwise we don't fix anything.

- Evan


More information about the wp-hackers mailing list