When I try to load one of the modals in the PW Admin panel, say Insert Link or Crop Image, the modal is blank, and I'm registering a "Load denied by X-Frame-Options" in my console. This option used to work, but I've since ported to a different server and it stopped working.
I've tried adding this to my .htaccess file, with no results.
Header set X-Frame-Options "ALLOW-FROM http://[my_server_ip]"
I also tried commenting out the 'Header always append" line there as well (which I don't really want to do).
I'm assuming it might, but could this have anything to do with the fact that my HTTPS is self-signed and not really configuring?
I'm not at production stage so I'm still futzing around on the server, and moved onto web development and was going to fix my TLS later. Maybe I should fix it now? That's what i'm going to try. Let me know if you have any other ideas.