# img-redirect **Repository Path**: ViavaCos/img-redirect ## Basic Information - **Project Name**: img-redirect - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-09 - **Last Updated**: 2024-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IMG-REDIRECT ## 直接插入DOM使用 ```html
``` ## 遗留问题 - 目前只有在本地运行的localhost项目上插入上述代码可以正常显示图片 - 在https协议下的网址会提示SSL问题(没有CA证书,因此没试配置后是否正常) - 在http协议下的纯ip访问(无域名)时一直提示CORS `has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space 'local'.`