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
Dimitris Apostolou
73b9c0302b
Fix typos
2 years ago
orignal
39b3996596
added notbob.i2p to jump services
2 years ago
orignal
9fd60b52f1
sync StreamCreate
2 years ago
orignal
c6a6a4e0e8
sync Receive from stream
2 years ago
orignal
8299f80ea5
correct assignment of remote address
2 years ago
orignal
b8ce0b0838
store Address instead IdentHash for UDP tunnel
2 years ago
orignal
f9b0bb0383
I2PTunnel/UDPTunnel split
2 years ago
orignal
3d4d3ce80d
compressable crypto key and padding for routers and destination
2 years ago
Jigen
01ea1854bc
Update HTTPProxy.cpp ( #1794 )
...
Remove DoNotTrack flag from HTTP Request header.
2 years ago
orignal
c2f91ea63b
SSL connection for IRC server tunnel
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
96c4463d39
clean code
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
orignal
6b939eba59
fixed typo
2 years ago
orignal
e82662b389
SSL support for server tunnels
2 years ago
orignal
9abc4cf359
fixed crash at startup if addressbook is disbaled
2 years ago
orignal
5b19237a85
limit HTTP header size
2 years ago
orignal
150b8f8cbd
Handle long HTTP headers
2 years ago
orignal
7f0845dfd3
reset acceptor on stop of server tunnel
2 years ago
orignal
e9e641afbe
check if datagram destination exists before sending
2 years ago
R4SAS
bc0cdaa669
[i18n] update gettext file, add translation context, change comments
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
R4SAS
605ccf3e02
[BOB] require commands options, fix usage of existent nick and status
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
orignal
2d4c7729ad
case-insensitive headers
2 years ago
orignal
6ecab66b0e
always send Connection: close, strip out Keep-Alive for server HTTP tunnel
2 years ago
orignal
1dded57a1c
fix typo in Referer
2 years ago
orignal
1d6104ecf3
addressbook.enabled config param
2 years ago
orignal
1c9160c37d
correct jump link
2 years ago
orignal
e2ef88229f
fixed warning
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
6b4ffcff5a
cleanup code (spaces, tabs)
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
R4SAS
d31cd2e5d6
fix incorrect boolean value parsing
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2 years ago
R4SAS
396c74e6c6
Revert "Simple refactor of nested if-statements"
2 years ago
R4SAS
923eb9fdb3
fix udp tunnels reload
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
f9f5084dd7
typo
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
b7e7c6db7b
UDP Client: ignore incomming traffic and error when stopping (prevent socket restarting)
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
Volt Amperoff
4977f9e6b4
If-statements are simplified. Checks are rearranged for faster errors detection without unnecessary actions.
3 years ago
orignal
11f9eeabf1
inbound.lengthVariance and outbound.lengthVariance
3 years ago
orignal
48374d97df
always use TCP/IP sockets for I2CP
3 years ago
R4SAS
bf3d7e74f5
[i2cp] use tcp/ip socket on android
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
ab3f3890e4
[i2cp] use tcp/ip socket on android
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
orignal
40e6d675c5
I2NP messages pool for I2CP
3 years ago
orignal
73b77c83b8
select compatible outbound tunnel
3 years ago
orignal
afad405ed9
check for duplicate destination
3 years ago
orignal
401b7fe883
send error message in quotes
3 years ago
R4SAS
5f9972af78
[addressbook] fix loading subscriptions from config
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
orignal
5d924cd35a
don't copy received datagram
3 years ago
R4SAS
edc0162163
clean line trailing spaces and tabs
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
R4SAS
94661f697b
[log] update log messages ( closes #1693 )
...
Signed-off-by: R4SAS <r4sas@i2pmail.org>
3 years ago
Dimitris Apostolou
8ee9c437e1
Fix typos
3 years ago