{% extends "base.html" %} {% block title %} | Blacklist{% endblock %} {% block content %}
  • Comma separated list of words to blacklist. If a word is found in the corresponding blacklists, the feed will not be sent.
  • Whitelist always takes precedence over blacklist. Leave empty to disable.
  • Words are case-insensitive. No spaces should be used before or after the comma.
  • Correct: primogem,events,gameplay preview,special program
  • Wrong: primogem, events, gameplay preview, special program
{% endblock %}