Topic: Load denied by X-Frame-Options
Hi,
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.
The issue is described here:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
The details are described here:
http://paulshipley.id.au/blog/load-denied-by-x-frame-options
Hope this helps.