华
华
> one example is when a script tag is added by another script after the dom switch but before preparePage the it's executed twice which causes all kind of issue....
如果只是要解决 DES 算法的问题,或许不需要改 TLS 最低到 1.2、`PreferServerCipherSuites` 这些其他配置,而且 `PreferServerCipherSuites` 自 Go 1.17 已经是个 no-op 了,可以考虑作为另一个 issue、PR。 再考虑到 https://github.com/fatedier/frp/issues/3973#issuecomment-1958892101 ,这个 PR 或许只需要两行关键代码,更内聚清晰,维护者合并概率更大。
Go 1.17+ 应当已经把 DES 从安全套件列表剔除。所以只需要解决 go 为了兼容旧项目默认套件并非安全套件的问题,不需要每个上层开发者维护安全的算法列表。https://github.com/golang/go/issues/41476 ```go base.CipherSuites = tls.CipherSuites() //
@pereorga @ljharb Did `NODE_OPTIONS` work? I am getting: `--env-file= is not allowed in NODE_OPTIONS`. It's not listed in the [documentation](https://nodejs.org/docs/latest-v20.x/api/cli.html#node_optionsoptions).
Technically a duplicate of #342, it's all about fetch error handling.
HTTPS-RR consists of many parts, browsers implement them one by one, it may require lots of works sorting them out. Chromium never seems to have a tracker for fully implementing...
It seems the reading order only matters on pak files, so I just reverted the changes to `IVfsReader`, `GameFile`, and `VfsEntry`. Now only `PakFileReader` and `FileProviderDictionary` are affected.
This seems to break the content changes to be reflected on the `FileProviderDictionary` after being passed to `AddFiles`. Is it necessary? 👀 If it is, I will remove `_byPath` and...
@ryantheleach No yet. If I've read it right, FModel only passes the path to CUE4Parse, there's no way for CUE4Parse to know which copy FModel wants to load. This PR...
Oh, the third method, integrating the second method into the `GetGameFile` in method 1. Whatever, the implementations are quite hard for me. It all depends on you guys. Just suggesting...