{% extends base_template %} {% block html_param %}ng-app="app"{% endblock %} {% block title_page %}AL - {{user.uname}} settings{% endblock %} {% block js_import %} {% endblock %} {% block ng_init %}ng-controller="ALController" ng-init="user={{user_js}};debug={{debug}};forced={{forced}};start();"{% endblock %} {% block content %} {%raw%} User's Settings :: {{user.name}} :: Scan/View Parameters {% endraw %} {% if not is_readonly %} {% raw %} Scan files even if filtering services marks them as known good Force rescan of the file even if the cache already have the result Turn off dynamic service recursion prevention Profile all my scans Perform a deep analysis on the submitted files {% endraw %} {% endif %} {% raw %} Hide results footer that displays the RAW JSON results (Makes UI slower, Un-check for debugging only) Download encoding No encoding CaRT (Assemblyline's malware neutering format) {% endraw %}{% block encodings%}{% endblock%}{% raw %} {% endraw %} {% if not is_readonly %} {% raw %} Time to live for my scans (in days) {% endraw %} {% endif %} {% raw %} Minimum score for a service to auto-expand the section {% endraw %} {% if not is_readonly %} {% raw %} Default submission classification {{params.classification | class_long}} {% endraw %} {% endif %} {% raw %} {% endraw %} {% if not is_readonly %} {% raw %} Services Selection None Reset All {{service_group.name}} {{service.name}} {% endraw %} {% endif %} {% raw %} Save settings {%endraw%} {% endblock %} {% block loading_jumbo %}ng-hide="params"{% endblock %}