Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion isp-proxies/usage-restrictions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: 'Some limitations apply to HTTP and SOCKS5 endpoints for ISP proxie
- **Limited Ports:** Only standard ports (80, 443) are available.
- Allowed: `http://example.com/`, `https://example.com/`
- Not Allowed: `http://example.com:8080`
- **Content Policy:** The ISP proxy network is designed for activities falling within the legal framework of all jurisdictions. Requests targeting high-risk, offensive, harmful, or illegal content may be blocked.
- **Content Policy:** The ISP proxy network is designed for activities falling within the legal framework of all jurisdictions. Requests targeting high-risk, offensive, harmful, or illegal content may be blocked. See [Blocked Destination Categories](https://www.joinmassive.com/blocked-destinations) for the specific categories.

Requests blocked due to protocol, port, or content restrictions return a `452 Disallowed Content` error.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: "How can I request access to restricted content for legitimate business needs?"
---

Before you start, check [Blocked Destination Categories](https://www.joinmassive.com/blocked-destinations) to confirm which category applies to your target and which categories are eligible for a waiver.

Follow these steps:

1. Submit a request through our [Massive Help Desk](https://forms.fillout.com/t/p8dRqBYs58us)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ The following content types are blocked:
- Malware or phishing websites
- Adult or explicit content
- Sites facilitating illegal activities
- Domains associated with evading laws or site Terms of Service (TOS)
- Domains associated with evading laws or site Terms of Service (TOS)

This is a summary. See [Blocked Destination Categories](https://www.joinmassive.com/blocked-destinations)
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Our proxy networks have the following restrictions:
3. Content Policy:
- Only legal and compliant activities are supported
- 452 Disallowed Content error will appear for restricted content
- The network is designed for "family-friendly" content
- The network is designed for "family-friendly" content
- See [Blocked Destination Categories](https://www.joinmassive.com/blocked-destinations) for the full list of categories blocked at the network layer
2 changes: 2 additions & 0 deletions residential/domain-blocking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: "Block specific domains directly from the Massive Dashboard with pe

The Domain Blocklist feature allows users to block specific domains directly from the Massive Dashboard. This provides greater control over browsing restrictions without requiring API calls or admin intervention.

Your blocklist adds to the categories Massive already blocks for every account at the network layer. See [Blocked Destination Categories](https://www.joinmassive.com/blocked-destinations)

## Key Features

- Add or remove domains to your personal blocklist
Expand Down
8 changes: 7 additions & 1 deletion residential/usage-restrictions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ description: 'Some restrictions apply to the use of both the HTTP(S) and SOCKS5
- Ports other than the standard `80` and `443` are blocked; `http://example.com/` and `https://example.com/` are acceptable targets, for example, but `http://example.com:8080` would be rejected.
- The Massive Network is intended to optimize delivery of content that could be reasonably considered “family friendly” to a (currently) worldwide userbase (in the future, regional distinctions are planned), so potentially dangerous or offensive content isn’t allowed.

A request that’s blocked due to any of these protocol, port, or content restrictions will fail with a `452` Disallowed Content error message.
A request that’s blocked due to any of these protocol, port, or content restrictions will fail with a `452` Disallowed Content error message. See [Blocked Destination Categories](https://www.joinmassive.com/blocked-destinations) for the specific categories blocked at the network layer.

# Restricted Domains
- We restrict access to content that is generally used to evade the law or site TOS policies. If you are getting blocked from accessing certain content that you have a legitimate reason to access, then contact support to complete our KYC process to gain access.

<Note>
The full set of blocked destination categories, the activity prohibited under our
Acceptable Use Policy, and the exception and waiver process are published at
[Blocked Destination Categories](https://www.joinmassive.com/blocked-destinations).
</Note>

# Port 25
- `Port 25` cannot be opened on our residential proxy network. If you want to use residential proxies to test email sending, you can request access for `Port 587` or `Port 465`.

Expand Down