yoke88
yoke88
## 需求描述 目前MITM免配置仅支持Chrome,其实目前在windows 上MSEdge 使用的是chromium 的内核,和chrome差别不大,基本是内置的,而Chrome的下载更新还要点技巧,建议两则都支持。 ## 解决方案 建议同时支持Chrome及微软Edge浏览器,如果实现了我前面提的绿色化版本(Portable version),可以自定义指定chromium内核浏览器的位置。
when using powershell core to add-type like this: ``` powershell $modulepath= Resolve-Path -path "$PSScriptRoot\lib\netstandard1.3\Rijndael256.dll" add-type $modulepath function Encrypt-Rijndael256{ param( $key, $plaintext ) return [Rijndael256.Rijndael]::Encrypt($plaintext,$key,256) } function Decrypt-Rijndael256{ param( $key, $encryptText...
**Describe the bug** After updating Grafana-Zabbix plugin to 4.4.6 from 4.2.10 , item queries are no longer limited to the selected application. i have tried to downgrade to 4.3.1 and...
https://github.com/alexanderzobnin/grafana-zabbix/blob/d2e9c2bfd0da750c1f25552c4396b3939087a034/src/datasource-zabbix/components/ZabbixInput.tsx#L29 