missav.com NSFW

This is where you should report issues arising from the subscription filters.
Post Reply
missav
New Member
New Member
Posts: 1
Joined: Wed Jan 25, 2023 10:29 am

missav.com NSFW

Post by missav »

We use clickadu.com and adsterra.com on our site for pop-up and banner ads. We also use bit.ly to shorten our text link ads. All of them are blocked by EasyList, and it is perfectly fine.

However, a filter blocked all our normal API calls, so users with AdBlock enabled cannot use most of our site's features.

Filter:

Code: Select all

||missav.com^

API list:

Code: Select all

POST https://missav.com/api/password/update - Update password
DELETE https://missav.com/api/history - Delete browsing history
GET https://missav.com/api/items/{key}/view - Check if the video saved by the user
POST https://missav.com/api/items/{key}/save - Save the video to the private list
DELETE https://missav.com/api/items/{key}/save - Delete video from the private list
GET https://missav.com/api/actresses/{actress}/view - Check if the actress saved by the user
POST https://missav.com/api/actresses/{actress}/save - Save the actress to the private list
DELETE https://missav.com/api/actresses/{actress}/save - Delete actress from the private list
GET https://missav.com/api/playlists/{dvdId} - Get all the playlists by video
DELETE https://missav.com/api/playlists/{playlist}/{dvdId} - Delete video from a playlist
POST https://missav.com/api/playlists/{playlist}/{dvdId}/comment - Post a comment to a playlist
POST https://missav.com/api/playlists/add - Add the video to a playlist
POST https://missav.com/api/playlists/remove - Remove video from a playlist

Code: Select all

POST https://missav.com/{locale}/api/login - Login user
POST https://missav.com/{locale}/api/register - Register user
POST https://missav.com/{locale}/api/forget - Send forget password email
POST https://missav.com/{locale}/api/reset - Reset password
GET https://missav.com/{locale}/api/items/{itemId}/comments - Get all comments by a video
POST https://missav.com/{locale}/api/items/{itemId}/comments - Comment on a video
GET https://missav.com/{locale}/api/actresses/{actressId?}/tweets - Get all tweets from an actress
POST https://missav.com/{locale}/api/actresses/search - Search actress

The {locale} parameter would be one of "en", "zh", "cn", "ja", "ko", "ms", "th", "de", "fr" and "br".

I suggest removing this filter because we don't host any ad-related materials under this domain. Thanks.

Yuki
Contributor
Contributor
Posts: 205
Joined: Sun Dec 15, 2019 7:34 am

Post by Yuki »

Post Reply