{% extends "base.html" %} {% block title %}Web Protection · SD RMM{% endblock %} {% block content %}
The lifetime malicious-domain blocklist served to endpoints at POST /v1/blocklist. {% if saved == 'block' %}domain blocked ✓{% endif %} {% if saved == 'allow' %}allowlist updated ✓{% endif %} {% if saved == 'pin' %}pin updated ✓{% endif %} {% if err == 'invalid' %}not a valid domain — ignored{% endif %}
| Domain | Feeds | First seen | Last seen | State | Actions |
|---|---|---|---|---|---|
| {{ r.domain|e }} | {{ (r.sources or '—')|e }} | {% if r.first_seen %}{{ r.first_seen| pt('%Y-%m-%d') }}{% else %}—{% endif %} | {% if r.last_seen %}{{ r.last_seen| pt('%Y-%m-%d') }}{% else %}—{% endif %} | {% if r.allowlisted %}allowlisted {% elif r.active %}blocking {% else %}inactive{% endif %} {% if r.pinned %} pinned{% endif %} |
{% if is_admin %}
{% endif %}
|