#43917 closed defect (bug) (fixed)
Set nocache_headers in wp-activate.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9.6 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Login and Registration | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
Related: #43843
Pretty much the same issue. wp-activate.php
should never be cached, be it by browsers or on the edge by a CDN, load balancer or whatever.
nocache_headers()
should be called at the top of this file.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 43065: