url submitted!

thank you for your submission! [sts] will process your contributions and will add or remove entires based on your input.



to recap, you submitted...
{% for action in input.actions %} {% if action.what == "scanurl" %}

a URL to scan...

we will scan the page or file at {{ action.where }} and add that and any other URLs found from here...



{% elif action.what == "removeurl" %}

a URL to remove from our databases...

{% if action.why == "personal" %}

after we confirm that {{ action.where }} contains very personal information, we will remove this and blacklist our scanners to prevent this from being scanned ever again...

{% elif action.why == "malicious" %}

after we confirm that {{ action.where }} contains malicious content, we will remove this and blacklist our scanners to prevent this from being scanned ever again...

(if this url is exceptionally dangerous, please report this url to it's hosting provider, or to the proper authorities.)

{% elif action.why == "false" %}

after we confirm that {{ action.where }} contains false content, we will remove this and blacklist our scanners to prevent this from being scanned ever again...

{% endif %} {% endif %} {% endfor %}
thaks for contributing to a foss project!