nicholascw / b23.wtf

Remove tracing parameters from b23.tv/*.
https://b23.wtf
GNU General Public License v3.0
129 stars 4 forks source link

Is it possible to redirect directly to bilibili.com instead of a b23.wtf landing page? #15

Closed thekingofcity closed 1 year ago

thekingofcity commented 1 year ago

Is it possible to redirect directly to bilibili.com instead of a b23.wtf landing page? This is the previous behavior of b23.wtf and I really appreciate the work of this project.

nicholascw commented 1 year ago

https://github.com/nicholascw/b23.wtf/issues/11#issuecomment-1200438626

Decision was made to notify senders they are sharing their mid= value. If the shared link does not have mid= it will be directly redirected, for example shared through an Google Play version Android Bilibili App.

PR welcome for adding options to turn it off for each user eg via Cookies.

nicholascw commented 1 year ago

Or if there's evidence to prove that base64 version of mid= value is not one-to-one mapped to user's UID and cannot be decrypted by a third-party, it should be fine to lift the landing page feature for those base64-encoded mid URLs.

Update: Evidence shows mid= is one-to-one mapped to sharing account

nicholascw commented 1 year ago

Solved by 20e1b9b2da53fdc16ede4d39e84ed445edac1008