QA User-Agent Dashboard

Upload UA and URL lists for safe preview/testing workflow.

Clear
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Required file format

ua.txt

Mozilla/5.0 (iPhone; CPU iPhone OS 17_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21H221 [FBAN/FBIOS;FBAV/517.0.0.70.92;FBBV/698800404;FBDV/iPhone16,1;FBMD/iPhone;FBSN/iOS;FBSV/17.7.2;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBRV/6829576;IABMV/1]

Mozilla/5.0 (Linux; Android 14; SM-S908U Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/138.0.7204.63 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/511.0.0.73.36;IABMV/1;]

links.txt

https://example.com
https://example.org
{% if results %}
{% for row in results %} {% endfor %}
# Device Platform WebView Viewport Link UA Action
{{ row.id }} {{ row.device_type }} {{ row.platform }} {{ row.webview }} {{ row.viewport }}
{{ row.ua }}
{% if row.valid_url %} Open {% else %} Blocked {% endif %}
{% endif %}