<?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: alteryx.config file httpHeaders parameter in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/916894#M10567</link>
    <description>&lt;P&gt;Answer provided by:&lt;/P&gt;&lt;P&gt;Becca Katzmann | Sr. Customer Support Engineer&lt;BR /&gt;&lt;A href="mailto:support@alteryx.com" target="_blank"&gt;support@alteryx.com&lt;/A&gt; | community.alteryx.com&lt;/P&gt;&lt;P&gt;The ability to add custom headers to lies within the 'alteryx.config' file located by default under%ProgramFiles%\Alteryx\bin\config\:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open&amp;nbsp;the 'alteryx.config' in text editor&lt;/LI&gt;&lt;LI&gt;Search the lines showing "OPTIONAL: httpHeaders"&lt;BR /&gt;By default, it will be like below:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OPTIONAL: httpHeaders&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This lets you add additional/custom headers to be returned with all responses.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;lt;httpHeaders&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;lt;!--&amp;lt;header name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" /&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;lt;/httpHeaders&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add Headers depending on your needs.&lt;BR /&gt;In this case, they added the about 4 lines to httpHeaders:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;!--&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OPTIONAL: httpHeaders&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This lets you add additional/custom headers to be returned with all responses.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;lt;httpHeaders&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;lt;!--&amp;lt;header name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" /&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;header name&lt;/SPAN&gt;&lt;SPAN&gt;="Strict-Transport-Security"&lt;/SPAN&gt; &lt;SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;="max-age=31536000; includeSubDomains"&lt;/SPAN&gt; &lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;21. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;lt;header name&lt;/SPAN&gt;&lt;SPAN&gt;="X-XSS-Protection"&lt;/SPAN&gt; &lt;SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;="1; mode=block"&lt;/SPAN&gt; &lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;header name&lt;/SPAN&gt;&lt;SPAN&gt;="Content-Security-Policy"&lt;/SPAN&gt; &lt;SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;="default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'self'"&lt;/SPAN&gt; &lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;header name&lt;/SPAN&gt;&lt;SPAN&gt;="X-Content-Type-Options"&lt;/SPAN&gt; &lt;SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;="nosniff"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;/httpHeaders&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional Resources&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You will need to be on 2018.3 or later version in order to utilize this feature&lt;/LI&gt;&lt;LI&gt;When upgrading in the future, this file will likely be wiped out and replaced, you will need to enter the changes back in again.&lt;/LI&gt;&lt;LI&gt;Please note the X-XSS-Protection header is deprecated and should no longer be used. The Content-Security-Policy header should be used in its place. Also the policy for this header is pretty site specific and can break Server if not configured properly.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;httpHeaders&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Cache-Control" value="no-store; max-age=0" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="X-Content-Type-Options" value="nosniff" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Content-Security-Policy" value="default-src 'self'; img-src 'self' data:; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; frame-ancestors 'self'; form-action 'self'" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Access-Control-Allow-Origin" value="&lt;A href="https://%7bhostnameOrFQDN%7d" target="_blank"&gt;https://{hostnameOrFQDN}&lt;/A&gt;" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Vary" value="Origin" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Referrer-Policy" value="no-referrer; strict-origin-when-cross-origin" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/httpHeaders&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These headers should address most (if not all) of customer concerns reported via the last few security audit and penetration testing results I have seen. The Content-Security-Policy listed here is the strictest policy we could apply without breaking something. We do have an action item for the team to make a change so the 'data:' parameter for the img-src option will no longer be required in the future. There is also a item to remove the dependence on a remote CDN loaded style sheet that should allow for the 'unsafe inline' option to be removed in the future as well. I don't have an ETA for these changes though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know if that goes through successfully and if you have any questions.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;With kindness,&lt;BR /&gt;&lt;BR /&gt;Becca Katzmann | Sr. Customer Support Engineer&lt;BR /&gt;&lt;A href="mailto:support@alteryx.com" target="_blank"&gt;support@alteryx.com&lt;/A&gt; | community.alteryx.com&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 17:28:13 GMT</pubDate>
    <dc:creator>jzamora</dc:creator>
    <dc:date>2022-03-21T17:28:13Z</dc:date>
    <item>
      <title>alteryx.config file httpHeaders parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/913809#M10526</link>
      <description>&lt;P&gt;Can the&amp;nbsp; following configuration be implemented in the&amp;nbsp;httpHeaders parameter in the config file of Alteryx Server?:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Secure Mode in the header "Content-Security-Policy".&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Cookies samesite header with value strict or lax.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Referrer-Policy Header withe reasonable values for “same-origin”, “strict- origin” and “no-referrer”.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Secure mode of the header X-Powered-By, X-Runtime, X-Version or X-AspNet-Version with the objective of not showing values.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 14 Mar 2022 21:43:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/913809#M10526</guid>
      <dc:creator>jzamora</dc:creator>
      <dc:date>2022-03-14T21:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: alteryx.config file httpHeaders parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/913822#M10527</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/34486"&gt;@jzamora&lt;/a&gt;&amp;nbsp;how are you?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you can.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at this post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.alteryx.com/t5/Engine-Works/How-to-Cancel-Manual-Jobs-in-Alteryx-Server/ba-p/901921" target="_blank"&gt;https://community.alteryx.com/t5/Engine-Works/How-to-Cancel-Manual-Jobs-in-Alteryx-Server/ba-p/901921&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using something about it in the last part of the workflow when I send commands to the page to cancel the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 22:09:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/913822#M10527</guid>
      <dc:creator>carlosteixeira</dc:creator>
      <dc:date>2022-03-14T22:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: alteryx.config file httpHeaders parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/916894#M10567</link>
      <description>&lt;P&gt;Answer provided by:&lt;/P&gt;&lt;P&gt;Becca Katzmann | Sr. Customer Support Engineer&lt;BR /&gt;&lt;A href="mailto:support@alteryx.com" target="_blank"&gt;support@alteryx.com&lt;/A&gt; | community.alteryx.com&lt;/P&gt;&lt;P&gt;The ability to add custom headers to lies within the 'alteryx.config' file located by default under%ProgramFiles%\Alteryx\bin\config\:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open&amp;nbsp;the 'alteryx.config' in text editor&lt;/LI&gt;&lt;LI&gt;Search the lines showing "OPTIONAL: httpHeaders"&lt;BR /&gt;By default, it will be like below:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OPTIONAL: httpHeaders&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;This lets you add additional/custom headers to be returned with all responses.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;&amp;lt;httpHeaders&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;lt;!--&amp;lt;header name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" /&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;lt;/httpHeaders&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add Headers depending on your needs.&lt;BR /&gt;In this case, they added the about 4 lines to httpHeaders:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;!--&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OPTIONAL: httpHeaders&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This lets you add additional/custom headers to be returned with all responses.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;lt;httpHeaders&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;lt;!--&amp;lt;header name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" /&amp;gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;header name&lt;/SPAN&gt;&lt;SPAN&gt;="Strict-Transport-Security"&lt;/SPAN&gt; &lt;SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;="max-age=31536000; includeSubDomains"&lt;/SPAN&gt; &lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;21. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;lt;header name&lt;/SPAN&gt;&lt;SPAN&gt;="X-XSS-Protection"&lt;/SPAN&gt; &lt;SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;="1; mode=block"&lt;/SPAN&gt; &lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;header name&lt;/SPAN&gt;&lt;SPAN&gt;="Content-Security-Policy"&lt;/SPAN&gt; &lt;SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;="default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'self'"&lt;/SPAN&gt; &lt;SPAN&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;header name&lt;/SPAN&gt;&lt;SPAN&gt;="X-Content-Type-Options"&lt;/SPAN&gt; &lt;SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;="nosniff"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;/httpHeaders&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional Resources&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You will need to be on 2018.3 or later version in order to utilize this feature&lt;/LI&gt;&lt;LI&gt;When upgrading in the future, this file will likely be wiped out and replaced, you will need to enter the changes back in again.&lt;/LI&gt;&lt;LI&gt;Please note the X-XSS-Protection header is deprecated and should no longer be used. The Content-Security-Policy header should be used in its place. Also the policy for this header is pretty site specific and can break Server if not configured properly.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;httpHeaders&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Cache-Control" value="no-store; max-age=0" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="X-Content-Type-Options" value="nosniff" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Content-Security-Policy" value="default-src 'self'; img-src 'self' data:; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; frame-ancestors 'self'; form-action 'self'" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Access-Control-Allow-Origin" value="&lt;A href="https://%7bhostnameOrFQDN%7d" target="_blank"&gt;https://{hostnameOrFQDN}&lt;/A&gt;" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Vary" value="Origin" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;header name="Referrer-Policy" value="no-referrer; strict-origin-when-cross-origin" /&amp;gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/httpHeaders&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These headers should address most (if not all) of customer concerns reported via the last few security audit and penetration testing results I have seen. The Content-Security-Policy listed here is the strictest policy we could apply without breaking something. We do have an action item for the team to make a change so the 'data:' parameter for the img-src option will no longer be required in the future. There is also a item to remove the dependence on a remote CDN loaded style sheet that should allow for the 'unsafe inline' option to be removed in the future as well. I don't have an ETA for these changes though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know if that goes through successfully and if you have any questions.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;With kindness,&lt;BR /&gt;&lt;BR /&gt;Becca Katzmann | Sr. Customer Support Engineer&lt;BR /&gt;&lt;A href="mailto:support@alteryx.com" target="_blank"&gt;support@alteryx.com&lt;/A&gt; | community.alteryx.com&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 17:28:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/916894#M10567</guid>
      <dc:creator>jzamora</dc:creator>
      <dc:date>2022-03-21T17:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: alteryx.config file httpHeaders parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/916896#M10568</link>
      <description>&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response. Please look at the answer I got from Alteryx.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 17:29:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/916896#M10568</guid>
      <dc:creator>jzamora</dc:creator>
      <dc:date>2022-03-21T17:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: alteryx.config file httpHeaders parameter</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/916911#M10569</link>
      <description>&lt;P&gt;Thank's&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/34486"&gt;@jzamora&lt;/a&gt;&amp;nbsp;for sharing it.&lt;/P&gt;
&lt;P&gt;Awesome.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 17:46:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/alteryx-config-file-httpHeaders-parameter/m-p/916911#M10569</guid>
      <dc:creator>carlosteixeira</dc:creator>
      <dc:date>2022-03-21T17:46:59Z</dc:date>
    </item>
  </channel>
</rss>

