ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,664
- Points
- 823
Reputation:
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
Continue reading...
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
Continue reading...