{% extends 'cspo_base.html' %} {% load static %} {% block title %}Index{% endblock title %} {% block content %}

Admin Dashboard


Incoming Reports
{% for report in cspreports %} {% endfor %}
Blocked URL Effective directive Created at Ignore event
{{report.blocked_url}} {{report.disposition}} {{report.effective_directive}} {{report.created_at}}
{% if cspreports %} {% endif %}
Custom Rules
{% for rule in csprules %} {% endfor %}
Blocked URL Effective directive Title Description Delete Rule
{{rule.blocked_url}} {{rule.effective_directive}} {{rule.title}} {{rule.short_description}}
{% if csprules %} {% endif %}
Active Settings

For more info about the different settings and how to change them view the README

{% for key, val in settings %} {% endfor %}
Name Current Value
{{key}} {{val}}
Rule Database

Entries: {{global_rules.count}}
Last Updated: {{global_rules.last_updated}}


{% for rule in global_rules.pagination %} {% endfor %}
ID Title Description
{{rule.global_id}} {{rule.title}} {{rule.short_description}}
{% if global_rules.pagination %} {% endif %}
Observed issues within the last 14 days
Observed reports per day over the last 14 days
{% endblock content %}