K a M a L
Guest
Member
The issue described here https://xenforo.com/community/threads/guest-page-caching.164816/ has been existing for a long time with no resolution .. I tried doing some troubleshooting to see the reason behind it because it was really annoying , I found the bug is very simple
at method
result header will typically look like
Code:
Read more
at method
PageCache->getCachedPage()
.. there is a call $response->replaceHeaders($result['headers']);
result header will typically look like
Code:
Code:
array (size=5)
'X-Frame-Options' => string 'SAMEORIGIN'...
Read more