{% extends 'cspo_base.html' %} {% load static %} {% block title %}Scan Result{% endblock title %} {% block content %}
The CSP Observer Logo: A small telescope with the letter CSP above it.

Scan Report

We have detected {{rules|length }} possible issue{{rules|length|pluralize}} with your web browser.

{% for rule in rules.values %}
{{rule.title}}
View In Database
{{ rule.short_description }}
Probably caused by: {{ rule.get_cause_display }}

{{rule.long_description | safe}}

{% endfor %}

{% if other_reports|length > 0 %}

We also detected {{other_reports|length}} unknown request{{other_reports|length|pluralize}} from your browser.

This service relies on voluntary data from the community for analysis.
You can help us to improve our detection by sharing your data and help improve the privacy of all other users.

{{shared_data}}

Do you agree to share this data with us?

{% endif %}
{% endblock content %}