[blink-dev] Re: Intent to Deprecate: X-Requested-With in WebView

2024-04-16 Thread Enrique Tortosa Soriano
This is not working for me, could you help me with that? I'm using a webview in compose and need to change the X-Requested-With header. thanks! El viernes, 12 de abril de 2024 a las 17:06:31 UTC+2, Jeeva Kumar escribió: > Any one can fake the X-Requested-With header by doing the following, I >

Re: [blink-dev] Re: Intent to Deprecate: X-Requested-With in WebView

2024-04-12 Thread 'Peter Beverloo' via blink-dev
To be clear, this thread is about *deprecating the header*, not about adding the header or changing its behaviour. Thanks, Peter On Fri, Apr 12, 2024 at 4:06 PM Jeeva Kumar wrote: > Any one can fake the X-Requested-With header by doing the following, I > could emulate a different app package n

[blink-dev] Re: Intent to Deprecate: X-Requested-With in WebView

2024-04-12 Thread Jeeva Kumar
Any one can fake the X-Requested-With header by doing the following, I could emulate a different app package name, so what's the point of this? ```kotlin @HiltAndroidApp class BrowserApp: Application() { override fun getPackageName(): String { try { val stackTrace = Thread.currentThread().stackTr

[blink-dev] Re: Intent to Deprecate: X-Requested-With in WebView

2024-03-16 Thread David St. Pierre
Late to the discussion, but completely agree. Features like this keep appearing in the name of privacy, but in reality have very little to do with privacy, and in effect make it easier and easier to commit fraud. On Thursday, March 7, 2024 at 10:48:35 AM UTC-5 utor wrote: > This effectively al

[blink-dev] Re: Intent to Deprecate: X-Requested-With in WebView

2024-03-07 Thread utor
This effectively allowing all the malicious app devs to steal content from other website, I fail to understand why people want this to be removed unless they are planning to steal content from websites, if they are not planning to do anything to hurt the website owners there is no fear of expos