suxiaogang / WeiboPicBed

新浪微博图床 Chrome扩展
https://chrome.google.com/webstore/detail/%E6%96%B0%E6%B5%AA%E5%BE%AE%E5%8D%9A%E5%9B%BE%E5%BA%8A/fdfdnfpdplfbbnemmmoklbfjbhecpnhf
1.25k stars 166 forks source link

上传图片后被拦截返回403 #118

Closed pugpugpug closed 3 years ago

pugpugpug commented 5 years ago
微信图片_20190412162620
xiwuaya commented 5 years ago

同403

LuoshuiTianyi commented 5 years ago

++

xc233 commented 5 years ago

同403 , 是用不了了么

xiwuaya commented 5 years ago

同403 , 是用不了了么

不知道,最近越来越多的图片403

xc233 commented 5 years ago

同403 , 是用不了了么

不知道,最近越来越多的图片403

我的博客挂了。。。在找临时图床。。。以前的图也没保存,十分难受

xiwuaya commented 5 years ago

同403 , 是用不了了么

不知道,最近越来越多的图片403

我的博客挂了。。。在找临时图床。。。以前的图也没保存,十分难受

看你这么惨,给你提供个解决方案,把图片的协议头https改成http就行

xiwuaya commented 5 years ago

同403 , 是用不了了么

不知道,最近越来越多的图片403

我的博客挂了。。。在找临时图床。。。以前的图也没保存,十分难受

微博现在也加了防盗链

Beats0 commented 5 years ago

html header中添加no-referrer

<meta name="referrer" content="no-referrer">

只是临时的解决办法,如果新浪加强防盗机制的话,估计撑不了多久

suxiaogang commented 3 years ago

请尝试这位同学的解决办法: https://github.com/suxiaogang/WeiboPicBed/issues/153#issuecomment-751735808