Jigen
519c0fe81d
Remove "X-Requested-With"
...
When any app uses Android’s WebView to load a web page, WebView attaches an extra header, named X-Requested-With, with the value set to the application ID.
That include Lightning-I2P browser by R4SAS.
Google doesn’t want to make it easy to get rid of the X-Requested-With header. However, there is a mechanism for replacing header information. This doesn’t allow a program to stop sending the X-Requested-With header.
More info on: https://www.stoutner.com/the-x-requested-with-header/
2 years ago
orignal
39b3996596
added notbob.i2p to jump services
2 years ago
Jigen
01ea1854bc
Update HTTPProxy.cpp ( #1794 )
...
Remove DoNotTrack flag from HTTP Request header.
2 years ago
R4SAS
798dd8b27b
[HTTP Proxy] skip addresshelper page if destination is not changed ( closes #1789 )
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
R4SAS
bc0cdaa669
[i18n] update gettext file, add translation context, change comments
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
orignal
1dded57a1c
fix typo in Referer
2 years ago
orignal
1c9160c37d
correct jump link
2 years ago
R4SAS
9ddbf255ba
fix const std::map usage
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
R4SAS
dfb171d32a
[httpproxy] ordered jumps list
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
R4SAS
94661f697b
[log] update log messages ( closes #1693 )
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
86e118f2b7
[i18n] change string in HTTPProxy
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
f036b8df2d
[i18n] update translatable strings (remove douplicates)
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
2db035d23c
[i18n] fix addresshelper
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
df66c2d2dc
[i18n] translate HTTP proxy
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
orignal
7c0b0a4e3e
common HTTP basic authorization string
4 years ago
R4SAS
01df1647bc
[httpproxy] add viewport and update styles on error
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
4 years ago
R4SAS
7c8280934a
update addressbook subscriptions
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
4 years ago
R4SAS
8bae4975fb
add copyright headers
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
5 years ago
R4SAS
7a5146ea74
fix code syle(spaces->tabs, tabulations)
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
5 years ago
R4SAS
a91641e427
fix #823 , reindent code
6 years ago
R4SAS
ece140f18c
[httpproxy] make addresshelper support configurable for every httpproxy
6 years ago
Dimitris Apostolou
6a497a23d9
Fix typos
6 years ago
orignal
706da6e431
allow .b32.i2p in jump links
6 years ago
orignal
f5ab8f2062
replaced GetIdentHash by GetAddress
6 years ago
l-n-s
016ae3b9e9
rewrite for efficiency
6 years ago
R4SAS
83b5856a19
fix overflow warning, fix little typos
6 years ago
l-n-s
f617b27110
Support websocket connections over HTTP proxy
6 years ago
R4SAS
a91a0263cf
update outproxy user-agent header rewrite
6 years ago
R4SAS
fcd6eb7801
overwrite user-agent for outproxy requests
6 years ago
yangfl
52f3081a40
fix typo
6 years ago
orignal
c175dc30f8
correct uri for outproxy
7 years ago
orignal
17aa91803a
update outproxy header in right place
7 years ago
orignal
48099a367e
send correct buffer to outproxy
7 years ago
orignal
a9b64893d8
replace Proxy-Authorization
7 years ago
orignal
387e030d83
correct cleanup for CONNECT
7 years ago
orignal
855cc9ed83
correct Proxy-Authroization
7 years ago
orignal
2cb6283d00
outproxy authorization
7 years ago
R4SAS
9c97ee6407
check for existing addressbook record
7 years ago
orignal
7de21c1f93
show proxy tunnel name
7 years ago
Jeff Becker
b14d1801f0
support i2p outproxy
7 years ago
Jeff Becker
d6f907a05b
make it work
7 years ago
Jeff Becker
b2d1962b81
add http connect to http proxy (untested)
7 years ago
orignal
1607535416
strip out Accept and From headers
7 years ago
orignal
d47d8d22a3
removed all Accept-* headers but Accept-Encoding
7 years ago
orignal
9f824f3aa9
remove Accept-Language
7 years ago
Alexander Ryzhov
b48846506f
Cosmetic changes for "Host XXX.YY not inside I2P network" message
...
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
8 years ago
Jeff Becker
4cc3b7f9fb
restructure build to separate the 3 main components into 3 subdirectories
...
libi2pd for core libs
libi2pd_client for i2pd client libs
daemon for i2pd daemon libs
8 years ago
orignal
7a67670e1a
Fixed #846 . httpproxy.addresshelper config parameter added
8 years ago
orignal
a8778e358d
handle HTTP response
8 years ago
orignal
66f3bd186f
send http headers in original order
8 years ago