<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: security cache in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/security-cache/m-p/36264#M15290</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can achieve this by doing these:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Adding this meta tag in&amp;nbsp;&lt;STRONG&gt;index.html&amp;nbsp;&lt;/STRONG&gt;file.&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;&amp;lt;meta http-equiv="cache-control" content="no-cache, must-revalidate,no-store"&amp;gt;
&amp;lt;meta http-equiv="expires" content="0"&amp;gt;
&amp;lt;meta http-equiv="pragma" content="no-cache"&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Or 2. You can create custome HTTPInterceptor to modify all requests in your application. like:&lt;/P&gt;&lt;PRE&gt; intercept(req: HttpRequest&amp;lt;any&amp;gt;, next: HttpHandler) {
    const httpRequest = req.clone({
      headers: new HttpHeaders({
        'Cache-Control': 'no-cache,must-revalidate,no-store', &lt;BR /&gt;        'Pragma': 'no-cache' &lt;BR /&gt;      }) &lt;BR /&gt;});&lt;/PRE&gt;</description>
    <pubDate>Sat, 04 Jan 2020 05:55:32 GMT</pubDate>
    <dc:creator>Prachi_Shah</dc:creator>
    <dc:date>2020-01-04T05:55:32Z</dc:date>
    <item>
      <title>security cache</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/security-cache/m-p/36263#M15289</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to set cach setting for security perspective, so i want to set 'no-cache'&amp;nbsp; 'must revalidate' and 'no store'. how can i set these value my configuration file&amp;nbsp; and which files can use for these changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;please sugguest me.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 10:24:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/security-cache/m-p/36263#M15289</guid>
      <dc:creator>Balaji123</dc:creator>
      <dc:date>2019-12-26T10:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: security cache</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/security-cache/m-p/36264#M15290</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can achieve this by doing these:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Adding this meta tag in&amp;nbsp;&lt;STRONG&gt;index.html&amp;nbsp;&lt;/STRONG&gt;file.&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;&amp;lt;meta http-equiv="cache-control" content="no-cache, must-revalidate,no-store"&amp;gt;
&amp;lt;meta http-equiv="expires" content="0"&amp;gt;
&amp;lt;meta http-equiv="pragma" content="no-cache"&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Or 2. You can create custome HTTPInterceptor to modify all requests in your application. like:&lt;/P&gt;&lt;PRE&gt; intercept(req: HttpRequest&amp;lt;any&amp;gt;, next: HttpHandler) {
    const httpRequest = req.clone({
      headers: new HttpHeaders({
        'Cache-Control': 'no-cache,must-revalidate,no-store', &lt;BR /&gt;        'Pragma': 'no-cache' &lt;BR /&gt;      }) &lt;BR /&gt;});&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 Jan 2020 05:55:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/security-cache/m-p/36264#M15290</guid>
      <dc:creator>Prachi_Shah</dc:creator>
      <dc:date>2020-01-04T05:55:32Z</dc:date>
    </item>
  </channel>
</rss>

