Opened 17 months ago
Closed 17 months ago
#1453 closed defect (fixed)
Additional nonce for Akismet actions
| Reported by: | josephscott | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Component: | akismet |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Verify actions via nonce for removing comment author url.
Attachments (2)
Change History (6)
Changed 17 months ago by josephscott
comment:1 Changed 17 months ago by westi
Changed 17 months ago by josephscott
comment:2 follow-up: ↓ 3 Changed 17 months ago by josephscott
Updated diff to use check_admin_referer instead.
comment:3 in reply to: ↑ 2 Changed 17 months ago by westi
comment:4 Changed 17 months ago by josephscott
- Resolution set to fixed
- Status changed from new to closed
In [487730]:
Note: See
TracTickets for help on using
tickets.

It's is more normal and better practice to use check_admin_referer( action, nonce_field_name ) instead of "manually" verifying the nonce, also this should be the first check that is made.