Skip to content
Snippets Groups Projects
Verified Commit d7f69d80 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

flyspray: don't allow fopen to open urls

parent 731293d3
No related branches found
No related tags found
No related merge requests found
Pipeline #11577 passed
......@@ -22,3 +22,4 @@ php_admin_value[opcache.max_accelerated_files] = 200
php_admin_value[opcache.revalidate_freq] = 60
php_admin_value[opcache.fast_shutdown] = 1
php_admin_value[disable_functions] = virtual, dl, suexec, popen, proc_nice, proc_open, proc_terminate, exec, passthru, system, show_source, shell_exec, escapeshellcmd, escapeshellarg
php_admin_flag[allow_url_fopen] = off
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment