<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Load denied by X-Frame-Options]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7526&amp;type=atom" />
	<updated>2018-05-21T13:32:53Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7526</id>
		<entry>
			<title type="html"><![CDATA[Re: Load denied by X-Frame-Options]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31695#p31695" />
			<content type="html"><![CDATA[<p>Thanks @PaulShipley.</p><p>Apache 2.4 config for https:<br /></p><div class="codebox"><pre><code>&lt;virtualhost *:443&gt;
  ServerName fa24.local
  DocumentRoot &quot;C:\Users\shipl\htdocs\fa24&quot;
  &lt;directory &quot;C:\Users\shipl\htdocs\fa24&quot;&gt;
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Require all granted
    SSLRequireSSL
  &lt;/directory&gt;

  Header always set X-Frame-Options SAMEORIGIN

  SSLEngine on
  SSLCertificateFile &quot;C:\Apps\xampp\apache\conf\ssl.crt\fa-selfsigned.crt&quot;
  SSLCertificateKeyFile &quot;C:\Apps\xampp\apache\conf\ssl.key\fa-selfsigned.key&quot;
&lt;/virtualhost&gt;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-05-21T13:32:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31695#p31695</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Load denied by X-Frame-Options]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31693#p31693" />
			<content type="html"><![CDATA[<p>Hi, </p><p>I have been working on migrating my private production environment (Ubuntu 16.04, Apache2) to HTTPS and found that there was an issue with FrontAccounting. The problem was that I could not edit or add items using Items and Inventory / Items as the JsHttpRequest would fail (leaving an explanation mark triangle). The issue was that the X-Frame-Options needed to be set in the Apache2 configuration.</p><p>The issue is described here:<br />https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options</p><p>The details are described here:<br />http://paulshipley.id.au/blog/load-denied-by-x-frame-options</p><p>Hope this helps.</p>]]></content>
			<author>
				<name><![CDATA[PaulShipley]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20029</uri>
			</author>
			<updated>2018-05-20T23:18:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31693#p31693</id>
		</entry>
</feed>
