#43843 closed defect (bug) (fixed)
Set nocache_headers in wp-signup.php
Reported by: | herregroen | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.9.6 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Login and Registration | Keywords: | has-patch |
Focuses: | multisite | Cc: |
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.
In 43030: