zyufstudio

Results 11 comments of zyufstudio

解决方法:在webpack.renderer.config.js文件中把element-ui加入白名单 let whiteListedModules = ['vue','element-ui']

单词发音?还是语句发音

经测试github可以显示翻译图标,也可以正常翻译

quarkus.io网站的设置了script-src 'self',style-src 'self',img-src 'self' * 等csp策略,这些策略禁止网页插入第三方的script,style,image。所以导致了脚本无法使用。

github 可以进行划词翻译的。如截图所示。 ![image](https://user-images.githubusercontent.com/52726576/95801775-021c5500-0d2e-11eb-8511-ee0f05bc26e9.png)

增加个设置:是否开启划词翻译?如果是,请问为什么需要这么处理呢?

validate_login函数是从req_post_filter阶段调用的,但还是报form找不到

上面配置是在nginx配置文件下载站点:/api/log/ 后,再用uuwaf代理端口出去的。 server { listen 8084; server_name localhost; location /api/log/ { alias /var/www/api/Logs/; if ($request_filename ~* ^.*?\.(html|doc|pdf|zip|docx|txt)$) { add_header Content-Disposition attachment; add_header Content-Type application/octet-stream; } sendfile on; # 开启高效文件传输模式 autoindex...

另外创建一个容器,把默认ssl证书复制过去就可以了。不过对于新手来说容易误删默认证书。

当但是其他站点也无法访问了。包括配置在南墙自己的4443节点也无法访问。需要重启容器才行