Hi,
Is it possible to make cache-control: no-cache by using code injection?
I added meta tags and they appears on the source code too but, they don't have any affect.
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
Thank you.