@eyedeekay
                        
                        
                            &eche|on
                        
                        
                            &zzz
                        
                        
                            +R4SAS
                        
                        
                            +RN
                        
                        
                            +RN_
                        
                        
                            +StormyCloud
                        
                        
                            +T3s|4
                        
                        
                            +acetone
                        
                        
                            +dr|z3d
                        
                        
                            +eche|off
                        
                        
                            +orignal
                        
                        
                            +postman
                        
                        
                            +snex
                        
                        
                            +wodencafe
                        
                        
                            Arch
                        
                        
                            BubbRubb
                        
                        
                            Chrono
                        
                        
                            Danny
                        
                        
                            DeltaOreo
                        
                        
                            FreefallHeavens
                        
                        
                            Irc2PGuest16752
                        
                        
                            Irc2PGuest33667
                        
                        
                            Irc2PGuest33976
                        
                        
                            Irc2PGuest51880
                        
                        
                            Irc2PGuest97218
                        
                        
                            Onn4l7h
                        
                        
                            Sisyphus
                        
                        
                            Sleepy_
                        
                        
                            T3s|4_
                        
                        
                            Teeed
                        
                        
                            aargh2
                        
                        
                            ac9f_
                        
                        
                            b3t4f4c3__
                        
                        
                            b4dab00m
                        
                        
                            bak83_
                        
                        
                            duanin2_
                        
                        
                            eyedeekay_
                        
                        
                            john231
                        
                        
                            leopold
                        
                        
                            makoto
                        
                        
                            nilbog-
                        
                        
                            not_bob_afk
                        
                        
                            poriori_
                        
                        
                            profetik1
                        
                        
                            r00tobo_BNC
                        
                        
                            rapidash
                        
                        
                            shiver_
                        
                        
                            solidx66
                        
                        
                            thetia
                        
                        
                            tr
                        
                        
                            u5657
                        
                        
                            uop23ip
                        
                        
                            vivid_reader56
                        
                        
                            w8rabbit
                        
                        
                            x74a6
                        
                        
                            xHarr
                        
                    
                    
                        eyedeekay
                    
                    
                        zzz reviews are up
                    
                
                
                    
                        eyedeekay
                    
                    
                        Schedule will be up in a minute
                    
                
                
                    
                        zzz
                    
                    
                        thanks eyedeekay 
                    
                
                
                    
                        zzz
                    
                    
                        I'd also like a review of the susimail search MR. It's marked as draft and unmergeable due to conflicts, but the real thing will be substantially identical
                    
                
                
                    
                        zzz
                    
                    
                        if you'd rather have me push a rebased MR and review that one, let me know
                    
                
                
                    
                        eyedeekay
                    
                    
                        Hm I think in this case it might help to have a rebased MR
                    
                
                
                    
                        dr|z3d
                    
                    
                        you'll want to tell him when he returns :)
                    
                
                
                    
                        dr|z3d
                    
                    
                        <eyedeekay> Hm I think in this case it might help to have a rebased MR
                    
                
                
                    
                        RN
                    
                    
                        no comments on user agent question?
                    
                
                
                    
                        dr|z3d
                    
                    
                        never saw the question. 
                    
                
                
                    
                        RN
                    
                    
                        did something change in the http tunnel filtering? it used to present the user agent myob
                    
                
                
                    
                        RN
                    
                    
                        if you go to whatsmyb32.i2p it does not show myob
                    
                
                
                    
                        RN
                    
                    
                        another user noticed, and I confirmed
                    
                
                
                    
                        RN
                    
                    
                        (without javascript enabled)
                    
                
                
                    
                        dr|z3d
                    
                    
                        what you're seeing in the json output is what your browser is sending, not what the server is seeing.
                    
                
                
                    
                        dr|z3d
                    
                    
                        your browser -> i2ptunnel -> remote server.
                    
                
                
                    
                        dr|z3d
                    
                    
                        so, short answer, no, nothing changed.
                    
                
                
                    
                        RN
                    
                    
                        not sure I understand. if the server doesn't see my user agent, how does it get that string?
                    
                
                
                    
                        dr|z3d
                    
                    
                        it doesn't have that string, that page is displaying the request headers from the browser, not the server view.
                    
                
                
                    
                        RN
                    
                    
                        so the page makes it display locally but the server never sees it?
                    
                
                
                    
                        dr|z3d
                    
                    
                        right
                    
                
                
                    
                        dr|z3d
                    
                    
                        most of the stuff you're seeing there is generated by your browser.
                    
                
                
                    
                        RN
                    
                    
                        ok. I get it now. Caused a bit of panic for the other user. I'll let them know
                    
                
                
                    
                        dr|z3d
                    
                    
                        instead of looking at the json tab, look at the raw output tab. that's what the server is sending.
                    
                
                
                    
                        RN
                    
                    
                        thanks!
                    
                
                
                    
                        RN
                    
                    
                        :D
                    
                
                
                    
                        RN
                    
                    
                        so the html can make that show locally, but there's no way for it to get sent back to server?
                    
                
                
                    
                        RN
                    
                    
                        just trying to be thorough and make sure I understand
                    
                
                
                    
                        dr|z3d
                    
                    
                        if you click on the headers tab, you're seeing what the browser sends and recieves, not what the remote server is displaying.
                    
                
                
                    
                        dr|z3d
                    
                    
                        it's part of the browser function, not something the server is displaying.
                    
                
                
                    
                        dr|z3d
                    
                    
                        *receives
                    
                
                
                    
                        RN
                    
                    
                        thanks