{% extends "main.html" %} {% from 'bootstrap5/utils.html' import render_messages %} {% block title %}Capture{% endblock %} {% block card %} {% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}
Documentation
Changelog
(v{{version}})
{% if show_project_page %}
Project page
{% endif%}
Lookyloo
{{ render_messages(container=True, dismissible=True) }} {% if current_user.is_authenticated %}

You are logged-in as {{ current_user.id }}
{% if user_config %} {% if user_config['overwrite'] == true %} The settings in your users configuration file will overwrite the settings you configure in the form below. {% else %} The settings in your users configuration file will only be used if you don't overwrite them in the form below. {% endif %}

{% for key, value in user_config.items() %} {% if key != 'overwrite' %}
{{ key }}
{% if value is mapping %}
{% for sub_key, sub_value in value.items() %}
{{ sub_key}}
{{ sub_value }}
{% endfor %}
{% else %} {{ value }} {% endif %}
{% endif %} {% endfor %}
{% endif %} {% endif %}

{% if personal_ua %}

{% endif %}
{% for os, browsers in user_agents.items() %}
{% for browser, user_agents in browsers.items() %} {% endfor%} {% endfor%}


We'll attempt to click on the button allowing the website captured to violate your privacy.
{% set local_TZ, local_UTC_offset, all_timezones = tz_info() %}
{% for tz in all_timezones %} {%endfor%}
{% if not has_global_proxy %}
{%endif%}
The file can either be the JSON export from the Firefox plugin Cookie Quick Manager or from an other Lookyloo capture.

{% if current_user.is_authenticated %}

{% endif %}
{% if default_public %} By default, the capture is public. If you do not want that, untick the box at the top of the form. {% else %} By default, the capture is private (not visible on the index page). If you want it to be public tick the box at the top of the form. {% endif %}

{% endblock %} {% block scripts %} {{ super() }} {% endblock %}