pixelgrade / customify

Intuitive Website Styling integrated into WordPress' Customizer
GNU General Public License v2.0
28 stars 5 forks source link

[Cache] Unfiltered cached data via ajax heartbeat request #209

Closed vladolaru closed 4 years ago

vladolaru commented 4 years ago

Right now, we don't load the mai plugin logic during heartbeat ajax requests. The trouble is that if the cache gets invalidated and regenerated during such a request (as someone makes a pixelgrade_option() function call, like a theme), the data will be bad.

Remove the heartbeat request exception since it is too dangerous!