For best results, print in landscape.
Bypass Censorship
Last 24 hours
Origin |
Blocked |
Detection Source |
Lifetime |
{% for block in blocked_today %}
{{ block.domain_name }} |
{{ block.deprecated }} |
{{ block.deprecation_reason }} |
{{ block.deprecated - block.added }} |
{% endfor %}
Bypass Censorship
Geography Censorship Report
Country |
Risk Level |
24h |
72h |
{% for country in countries %}
{{ country[0].country_code | country_flag }} {{ country[0].description }} |
{{ country[0].risk_level }} |
{{ country[1] }} |
{{ country[2] }} |
{% endfor %}
Bypass Censorship
Origin Censorship Report
Origin |
Description |
24h |
72h |
{% for origin in origins %}
{{ origin[0].domain_name }} |
{{ origin[0].description | truncate(25) }} |
{{ origin[1] }} |
{{ origin[2] }} |
{% for country in origin[0].risk_level %}
|
{{ country | country_flag }} {{ country | country_name }} |
{{ origin[0].risk_level[country] }} |
{% endfor %}
{% endfor %}