#43843 closed defect (bug) (fixed)
Set nocache_headers in wp-signup.php
| Reported by: | herregroen | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9.6 |
| Component: | Login and Registration | Version: | 5.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | multisite |
Description
Currently no cache headers are being set on wp-signup.php.
This can lead to nonces being cached and still being served even when they've become invalid.
nocache_headers(); should be called in this file.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 43030: