{% extends "main.html" %} {% from 'bootstrap/utils.html' import render_messages %} {% from "macros.html" import shorten_string %} {% block title %}Capture of {{root_url}}{% endblock %} {% block card %} {% endblock %} {% block scripts %} {{ super() }} {% if auto_trigger_modules %} {% endif%} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %} {{super()}} {{ render_messages(container=True, dismissible=True) }}
Legend

Insecure requests Insecure requests (HTTP)
Empty responses Empty responses
JavaScript Javascript
Cookie received Cookie received
Cookie read Cookie read
Redirect Redirect
Font Font
HTML HTML
JSON JSON
CSS CSS
EXE EXE
Image Image
Video Video
iFrame iFrame
Content type not set/unknown Content type not set/unknown
{% if enable_context_by_users %} {% endif %} {% if enable_mail_notification %} {% endif %} {% endblock content %}