v1.20
EN:
1: Optimized redirect function: #@ follow_redirects: true
2:Changed to not follow redirects by default. Templates requiring redirection must include #@ follow_redirects: true. Leaving it blank will result in not following (default).
3.:-no-follow-redirects has been removed.
4.:-follow-redirects requires following redirects.
5:The simplest way is to simply include #@follow_redirects: true in the template if you need to carefully manage redirection; otherwise, leave it blank.
6.:For detailed instructions, please refer to the documentation:
https://github.com/hack007x/veil/wiki/veil-Poc-%E8%AF%AD%E6%B3%95%E6%80%BB%E8%A7%88v1.2.2
ZH:
1:优化重定向函数: #@ follow_redirects: true
2:已更改为默认不跟随重定向,需要重定向的模板需要 填写 #@ follow_redirects: true 如果什么都不写则为:不跟随(默认)
3:-no-follow-redirects 已删除
4:-follow-redirects 需要跟随重定向
5:其实最简单就是如果需要跟随重定向直接在模板写#@ follow_redirects: true 如不需要则不写。
6:详细查阅手册
https://github.com/hack007x/veil/wiki/veil-Poc-%E8%AF%AD%E6%B3%95%E6%80%BB%E8%A7%88v1.2.2