4.4 years ago by
United States
Hello,
This option is on by default in all Galaxy installs, but you can configure the settings to permit the query to pass through unchanged. Do this only on a non-public site, or if you do open this up on a public site - understand exactly what security issues may be involved per tool through your own risk analysis.
So, if on your own local Galaxy, review the universe_wsgi.ini here, and adjust what you want to be filtered.
# ToolBox filtering
# Modules from lib/galaxy/tools/filters/ can be specified in the following lines.
# tool_* filters will be applied for all users and can not be changed by them.
# user_tool_* filters will be shown under user preferences and can be toogled
# on and off by runtime
#tool_filters
#tool_label_filters
#tool_section_filters
#user_tool_filters = examples:restrict_upload_to_admins, examples:restrict_encode
#user_tool_section_filters = examples:restrict_text
#user_tool_label_filters = examples:restrict_upload_to_admins, examples:restrict_encode
Best, Jen, Galaxy team