HTTP Header being cached


(Jeremy) #1

Hi all - long time reader, first time poster!

I’m attempting to introduce a Content Security Policy and it seems to have been cached :frowning:

I was initially using a trigger on page access to set the HTTP header, but the CSP declaration on the page wasn’t changing even when turning the trigger off.

Have since tried using a global variable and it still seems to be stuck no matter what
Global variables :: Squiz Documentation (Matrix)

Any help would be appreciated, thanks :slight_smile:


(Jeremy) #2

Turns out it was my own error, disregard!