inetgeek

Results 3 issues of inetgeek

This is an excellent project, but the downside is the lack of support for Chrome Edge, resulting in missing URLs and passwords in encrypted data. Just now I tested the...

## error #### The code error is as follows: ------------------------------------------------------------------------ ``` Traceback (most recent call last): File "laZagne.py", line 233, in for r in runLaZagne(category_selected=category, subcategories=subcategories, password=args.get('password', None)): File "laZagne.py",...

您好,我最近在使用Waline评论系统的插件,发现按照配置文件里设置waline参数时,很多图床的token需要放到请求体里提交,但stellar是默认放到请求头里提交,导致图床api不可用。 ------ stellar里的waline插件代码如下,已经写死了token是放到header里: ![image](https://user-images.githubusercontent.com/42563262/212405767-744d31a5-5927-4d29-b9c8-e610ae6584b4.png) 请求的API显示缺少token参数,因为很多图床API的token 放到了body(payload)里: ![image](https://user-images.githubusercontent.com/42563262/212406042-0091d6f7-5f8f-45ca-83e5-b4fb515907fc.png) ------- 很多图床还有另外的一些必须携带的参数,如下: ![image](https://user-images.githubusercontent.com/42563262/212406296-7da43a47-79f5-4f45-9eea-50b012086118.png) ## 建议 - 可自定义参数 - 可自定义参数存放位置