Since October 1st, the plugin gallery and theme gallery have become inaccessible.
I am sorry.
As of 10/10, it is recovering.
In addition, we are currently testing the next version (v1.96e:enhanced security version).
The FC version under test can be downloaded from the plugin gallery.
In the next version, the specifications have been changed so that scripts cannot be pasted at all.
To make it work as usual, add the following two lines to the end of config.php.
define("SAVE_CONTENTS_SCRIPT", true);
define("ECHO_CONTENTS_SCRIPT", true);
The first line is an option that allows the text containing the script to be stored in the database
The second line gives you the option to allow the script contained in the text to run.
Thank you for your cooperation.