{% extends "base.html" %} {% block title %}Regex Lists{% endblock %} {% block content %}

Regular Expression Lists

Edit the Block (blacklist) and Permit (whitelist) regular expressions here. Each line of text is formatted as a YAML dictionary item. A YAML dictionary item is represented as a simple "key: value" pair. The colon must be followed by a space. Example:
<regex>: <description>
that is, a regular expression, followed by ": " and an optional description of the callers being filtered.

Regular expressions for names are case-insensitive.

{% endblock %} {% block js %} {% endblock %}