MITM Warning
This commit is contained in:
@@ -76,6 +76,13 @@ export default function MitmPageClient() {
|
||||
|
||||
return (
|
||||
<div className="flex w-full flex-col gap-6">
|
||||
<div className="flex items-start gap-2 px-3 py-2 rounded-lg bg-yellow-500/10 border border-yellow-500/30">
|
||||
<span className="material-symbols-outlined text-[16px] text-yellow-500 mt-0.5 shrink-0">warning</span>
|
||||
<p className="text-xs text-red-600 dark:text-yellow-400 leading-relaxed">
|
||||
⚠️ MITM intercepts HTTPS traffic of IDE tools (Antigravity, GitHub Copilot, Kiro) via local CA to redirect requests to your providers. May violate ToS → account ban. Use at your own risk.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* MITM Server Card */}
|
||||
<MitmServerCard
|
||||
apiKeys={apiKeys}
|
||||
|
||||
Reference in New Issue
Block a user