bobo liu
bobo liu
详情:https://github.com/cloudreve/Cloudreve/issues/986 成因:https://github.com/kkfor/for-editor/blob/d97c009dd13c39c02163327a85500cf4de1cc90a/src/index.tsx#L439 将文本直接使用 `dangerouslySetInnerHTML` ,造成 xss 建议:换个库
https://github.com/kkfor/for-editor/blob/master/src/index.tsx#L439 `dangerouslySetInnerHTML` is dangerous. Sanitize your content before use it.
why mute it?
根据我们目前的经验,这将解决 #327 #317 #297 #270 #257 等等 issue 所反映的陈年老问题。
Many modpacks using this mod, and it causes LAN servers failed to be connected. Looks like caused by following codes: https://github.com/SeraphJACK/SimpleLogin/blob/afdda60e78af23889e0ed067fb84547a62cf4c41/src/main/java/top/seraphjack/simplelogin/client/ClientLoader.java#L17-L21 It might be unnecessary for client sending password at...
Currently, the guest can set the congestion control algorithm for both sides with `-C` if testing a Linux remote with a Linux guest. But for Windows (and probably macOS?), which...