Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adult content RTA label #233

Closed
stevesouders opened this issue May 20, 2014 · 0 comments
Closed

adult content RTA label #233

stevesouders opened this issue May 20, 2014 · 0 comments

Comments

@stevesouders
Copy link

To enhance the identification of adult content beyond the "2257" ( see #225 ) we could also look for an RTA label. See http://www.rtalabel.org/ .

RTA label appears to be less prevalent than 2257 based on surveying 18 adult websites, but the pattern is more reliable. Here are examples I found including the URL of the HAR file I searched:

http://httparchive.webpagetest.org/response_body.php?test=140501_0_1R&run=2&cached=0&request=2
<meta name="RATING" content="RTA-5042-1996-1400-1577-RTA" />

http://httparchive.webpagetest.org/response_body.php?test=140501_0_3Z3&run=3&cached=0&request=3
<a class="rta" href="http://www.rtalabel.org/" target="_blank"> </a>

http://httparchive.webpagetest.org/response_body.php?test=140501_0_5RE&run=2&cached=0&request=2
<meta name="rating" content="RTA-5042-1996-1400-1577-RTA"/>

http://httparchive.webpagetest.org/response_body.php?test=140501_5_32SW&run=1&cached=0&request=1
<a href="http://rtalabel.org/?content=validate&rating=RTA-5042-1996-1400-1577-RTA" target="_blank">
<img src="/rta.gif" alt="Verified RTA member"></a>

Based on this I recommend added a search for "RTA-5042-1996-1400-1577-RTA". If either this or 2257 is found then the site should be flagged as adult content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant