Files
bridgeswarm-website/legal/aup.html
T
2026-07-27 01:11:49 -04:00

186 lines
10 KiB
HTML

<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<!-- Theme: FOUC-safe bootstrap (localStorage bridgeswarm.site.theme) -->
<script>
(function () {
try {
var t = localStorage.getItem('bridgeswarm.site.theme');
if (t !== 'light' && t !== 'dark') t = 'dark';
document.documentElement.setAttribute('data-theme', t);
var meta = document.querySelector('meta[name="theme-color"]');
if (meta) meta.setAttribute('content', t === 'light' ? '#f4f5f7' : '#0c0c10');
} catch (e) {
document.documentElement.setAttribute('data-theme', 'dark');
}
})();
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Acceptable Use Policy · BridgeSwarm Legal</title>
<meta name="description" content="Acceptable Use Policy for BridgeSwarm and HoneyPeer, LLC services, including prohibited misuse of peer-to-peer networking." />
<meta name="keywords" content="BridgeSwarm Acceptable Use Policy" />
<meta name="author" content="HoneyPeer, LLC" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="theme-color" content="#2dd4bf" />
<meta name="color-scheme" content="dark light" />
<meta name="application-name" content="BridgeSwarm" />
<meta name="apple-mobile-web-app-title" content="BridgeSwarm" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="msapplication-TileColor" content="#2dd4bf" />
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
<meta name="format-detection" content="telephone=no" />
<link rel="canonical" href="https://bridgeswarm.dev/legal/aup" />
<link rel="alternate" hreflang="en" href="https://bridgeswarm.dev/legal/aup" />
<link rel="alternate" hreflang="x-default" href="https://bridgeswarm.dev/legal/aup" />
<!-- Open Graph -->
<meta property="og:type" content="article" />
<meta property="og:site_name" content="BridgeSwarm" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://bridgeswarm.dev/legal/aup" />
<meta property="og:title" content="Acceptable Use Policy · BridgeSwarm Legal" />
<meta property="og:description" content="Acceptable Use Policy for BridgeSwarm and HoneyPeer, LLC services, including prohibited misuse of peer-to-peer networking." />
<meta property="og:image" content="https://bridgeswarm.dev/assets/brand/og-image.png" />
<meta property="og:image:secure_url" content="https://bridgeswarm.dev/assets/brand/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="BridgeSwarm: Hyperswarm P2P for the browser" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Acceptable Use Policy · BridgeSwarm Legal" />
<meta name="twitter:description" content="Acceptable Use Policy for BridgeSwarm and HoneyPeer, LLC services, including prohibited misuse of peer-to-peer networking." />
<meta name="twitter:image" content="https://bridgeswarm.dev/assets/brand/twitter-card.png" />
<meta name="twitter:image:alt" content="BridgeSwarm: Hyperswarm P2P for the browser" />
<!-- Icons & PWA -->
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
<link rel="mask-icon" href="/assets/logo/bridgeswarm-wordmark.svg" color="#2dd4bf" />
<!-- Article -->
<meta property="article:section" content="Legal" />
<meta property="article:author" content="HoneyPeer, LLC" />
<meta property="article:publisher" content="HoneyPeer, LLC" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Acceptable Use Policy \u00b7 BridgeSwarm Legal",
"description": "Acceptable Use Policy for BridgeSwarm and HoneyPeer, LLC services, including prohibited misuse of peer-to-peer networking.",
"url": "https://bridgeswarm.dev/legal/aup",
"isPartOf": {
"@type": "WebSite",
"name": "BridgeSwarm",
"url": "https://bridgeswarm.dev"
},
"publisher": {
"@type": "Organization",
"name": "HoneyPeer, LLC",
"url": "https://bridgeswarm.dev"
},
"inLanguage": "en-US",
"primaryImageOfPage": {
"@type": "ImageObject",
"url": "https://bridgeswarm.dev/assets/brand/og-image.png",
"width": 1200,
"height": 630
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/theme-light.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>Acceptable Use Policy</h1>
<p class="docs-lead">
This Acceptable Use Policy (“<strong>AUP</strong>”) applies to use of HoneyPeer Sites, installers, and
the BridgeSwarm extension and native messaging host in connection with HoneyPeer-operated
infrastructure, distribution channels, and the public Hyperswarm network you access through them.
</p>
<p class="legal-updated">Last updated: <strong>July 27, 2026</strong></p>
<h2 id="purpose">1. Purpose</h2>
<p>
BridgeSwarm gives web pages direct access to peer-to-peer networking and local data storage.
With that power comes responsibility. This AUP describes prohibited uses so that other peers,
the shared DHT infrastructure, and the open-source community remain safe.
</p>
<h2 id="prohibited">2. Prohibited activities</h2>
<p>You may not use the Sites, installers, or Software to:</p>
<ul>
<li><strong>Violate law</strong>, including computer crime, fraud, sanctions evasion, or unlawful surveillance;</li>
<li><strong>Attack systems or peers</strong> by scanning, exploiting, flooding, or accessing systems, networks, or peer connections without authorization;</li>
<li><strong>Distribute malware</strong> such as ransomware, trojans, botnet command-and-control, or other malicious code over BridgeSwarm connections or Hyper* data stores;</li>
<li><strong>Traffic in illegal content</strong>, including child sexual abuse material, or use the P2P transport to store or distribute content that is illegal to possess or share in your jurisdiction;</li>
<li><strong>Abuse the DHT and swarm</strong> by flooding topics, spamming peers, sybil-attacking discovery, or otherwise degrading the shared public Hyperswarm network for other users;</li>
<li><strong>Interfere with HoneyPeer infrastructure</strong> through DDoS, credential stuffing, scraping that degrades service, or bypassing rate limits on our Sites;</li>
<li><strong>Misrepresent identity</strong> by impersonating HoneyPeer, BridgeSwarm, or another person, peer, or entity;</li>
<li><strong>Infringe IP</strong> by hosting or distributing content over BridgeSwarm connections that you do not have rights to, in a way that unlawfully uses our distribution channels or brand;</li>
<li><strong>Harass or harm</strong> other peers or users by threatening, stalking, doxxing, or encouraging violence.</li>
</ul>
<h2 id="operator">3. Peer &amp; host responsibilities</h2>
<p>
Every BridgeSwarm user runs their own native messaging host and is responsible for their own topics,
peer allowlists/denylists, firewall rules, and data. HoneyPeer is not responsible for how you
configure discovery, connection acceptance, or exposure of your local storage directory.
</p>
<h2 id="enforcement">4. Enforcement</h2>
<p>
HoneyPeer may investigate suspected violations involving our Sites or distribution systems and may suspend access,
block IPs, remove materials, or report to law enforcement.
Because BridgeSwarm connections are direct peer-to-peer, HoneyPeer generally has no visibility into and
cannot unilaterally terminate individual peer sessions; enforcement is typically limited to denying
access to HoneyPeer-operated download, documentation, or extension-store listings.
</p>
<h2 id="reporting">5. Reporting abuse</h2>
<p>
Report abuse of HoneyPeer Sites or brand misuse to
<a href="mailto:[email protected]">[email protected]</a>.
Copyright notices: see <a href="/legal/copyright">Copyright &amp; DMCA</a>.
</p>
<h2 id="changes">6. Changes</h2>
<p>We may update this AUP by posting a revised version with a new “Last updated” date.</p>
<div class="docs-pager">
<a href="/legal/eula"><span>Previous</span><strong>← EULA</strong></a>
<a class="next" href="/legal/privacy"><span>Next</span><strong>Privacy Policy →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>