NoRefer
4 lượt xếp hạng
)Tổng quan
Set and exclude HTTP headers on all requests
NoRefer https://github.com/c475/NoRefer Enter one header and optional replacement value per line To block an HTTP header from your requests: =================================== Referer =================================== To spoof an HTTP header in your requests: =================================== Referer: https://somegarbagewebsite.com/ =================================== Exclude all headers starting with "Accept" (the # signals a Regular Expression): =================================== #Accept.* =================================== Make all headers starting with "Accept" a particular value: =================================== #Accept.*: SomeValue =================================== All regular expressions are generally permitted, except ones containing ':' because it breaks the parser A full example config and explanation of what it does: =================================== #Accept.*: SomeValue Referer User-Agent: CoolAgent4000 #Co.* =================================== 1. All headers starting with "Accept" will have the value "SomeValue" 2. "Referer" will be removed from your request headers 3. "User-Agent" headers will have the value "CoolAgent4000" 4. All headers starting with "Co" will be removed from your request headers
5/54 lượt xếp hạng
Chi tiết
- Phiên bản1.5
- Đã cập nhật30 tháng 3, 2019
- Nhà cung cấpdjb
- Kích thước22.46KiB
- Ngôn ngữEnglish
- Người bán phi thương mạiNhà phát triển này không tự nhận mình là người bán. Đối với người tiêu dùng ở Liên minh Châu Âu, xin lưu ý rằng các quyền của người tiêu dùng không được áp dụng trong hợp đồng giữa bạn và nhà phát triển này.
Quyền riêng tư
Hỗ trợ
Nếu bạn có câu hỏi, ý kiến đề xuất hoặc gặp vấn đề, hãy truy cập trang web hỗ trợ của nhà phát triển để được trợ giúp