[Fixed]-How to make a javascript/ajax heavy website render in an iframe?

1👍

Check out response header X-Frame-Options (seems to be a SAMEORIGIN). If so @xframe_options_exempt() from docs should help.

👤suhain

Leave a comment