SkillAgentSearch skills...

ImageProxy

画像をプロキシします

Install / Use

/learn @Ablaze-MIRAI/ImageProxy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ImageProxy

画像をプロキシします

How to use

https://[your domain]/?source=<url>

source パラメーターにURLを指定するだけで使えます

How to deploy

  1. このリポジトリをクローンします。
  2. 中身を全てドキュメントルートに移動します。
  3. config.php で設定をします。設定方法

Setup

プロキシに関する設定ができます

CORS

アクセスできるオリジンを制限できます

// Default
$CORS = "*";

// Example
$CORS = "https://example.com";

User Agent

データを取得する際のユーザーエージェントを設定できます。

// Default
$UA = "ImageProxy_v1.0.0";

// Example
$UA = "Example_Bot";
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3mo ago
Forks1

Languages

PHP

Security Score

82/100

Audited on Dec 2, 2025

No findings