2015-03-04, 22:48:48
EDIT: my bad looks like this applies to front end and backend, and should only be blocking back end and logins
So the docs are wrong.
you should read release notes when updating stuff
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/971
gsconfig
It looks like this is preventing front end also, i don't know if I changed my mind and meant to change that, or i put the code outside the brackets on accident.
I think this is a bug.
This should probably only apply to backend.
Either way
define('GSNOFRAME',false);
will fix it
So the docs are wrong.
you should read release notes when updating stuff
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/971
gsconfig
PHP Code:
# GS prevents backend pages from being loaded in a frame
# by sending an x-frame header by default to prevent clickjacking attempts
# setting GSNOFRAME to false will disable this
# define('GSNOFRAME',false);
It looks like this is preventing front end also, i don't know if I changed my mind and meant to change that, or i put the code outside the brackets on accident.
I think this is a bug.
This should probably only apply to backend.
Either way
define('GSNOFRAME',false);
will fix it