mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-03 06:46:34 +09:00
enhance(parse): sensitive判定を強化 (#36)
* enhance(parse): sensitive判定を強化 * Update Changelog
This commit is contained in:
13
test/htmls/meta-rta-sensitive.html
Normal file
13
test/htmls/meta-rta-sensitive.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="rating" content="RTA-5042-1996-1400-1577-RTA">
|
||||
<title>SENSITIVE CONTENT!!</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Yo</h1>
|
||||
<p>Hey hey hey syuilo.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user