雷池 WAF 8.6.0 版本更新公告
雷池 - 小小
更新于 1 天前
参考文档 更新雷池
0
2
为什么我ip访问雷池,会自动从http跳转到https
仅此而已
更新于 13 小时前
为什么我ip访问雷池,会自动从http跳转到https,我感觉我什么都没做。
然后我又在雷池站点配置了域名代理,但访问时https://safeline.xirizhi.cn
一直进不去,看请求一直在返回如下
1<script>location.protocol='https';</script>
0
3
如何修改身份认证页面表单区域的样式
雷池 - 图图
更新于 5 小时前
在 通用设置 > 防护配置 模块下,找到 [自定义 HTML] 模块
就像写一个普通的html页面一样,你可以同时写入 style、script 等标签, 所以用 css 就能修改中心区域的样式啦。
把文末的示例代码复制到
<script>
console.log('Im a console.log, which is written in a script tag');
</script>
<style type="text/css">
body {
background: #395180;
margin: 0;
}
body #slg-box {
background-color: grey;
width: 400px;
height: 100%;
top: 0;
left: 0;
transform: translate(0, 0);
padding: 100px 20px;
}
body #slg-usergroup-username,
body #slg-usergroup-password {
background-color: grey;
color: #fff;
}
body #slg-box-title {
color: #e15ccf;
}
body #slg-usergroup-btn {
color: grey !important;
}
body #slg-with-more-title div:nth-child(2) {
background-color: transparent;
width: 100%;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
}
body #slg-with-more-title div:nth-child(1) {
display: none;
}
body #slg-tabs > div {
fill: green;
}
body #slg-usergroup-container input {
border-style: dashed;
}
</style>
<div
style="
background-color: grey;
width: 200px;
height: 100px;
text-align: right;
top: 50%;
position: relative;
left: calc(50% + 200px);
position: relative;
transform: translate(-50%,-50%);
border-radius: 10px;
font-size: 30px;
line-height: 100px;
text-align: center;
"
>
hello world
</div>
0
1
统一认证中心能否优化
baalchina
更新于 13 小时前
统一认证中心如果对接企业微信的话,得验证域名,将企微的txt验证文件放到认证中心的根目录下面,但是这个认证中心(应该)是雷池的一个自己的站点吧?所以这个文件好像还地方放?
这个文件其实很简单,nginx上做个简单的配置就行了,能否这个功能内置呢?或者再不行能在配置界面里面自己增加nginx配置,就像普通站点一样也可以。
thanks。
0
3
web2gpt优化建议
更新于 11 小时前
建议增加对话记录删除功能
0
1
雷池 WAF 8.6.0 版本更新公告
雷池 - 小小
更新于 1 天前
参考文档 更新雷池
0
2
为什么我ip访问雷池,会自动从http跳转到https
仅此而已
更新于 13 小时前
为什么我ip访问雷池,会自动从http跳转到https,我感觉我什么都没做。
然后我又在雷池站点配置了域名代理,但访问时https://safeline.xirizhi.cn
一直进不去,看请求一直在返回如下
1<script>location.protocol='https';</script>
0
3
如何修改身份认证页面表单区域的样式
雷池 - 图图
更新于 5 小时前
在 通用设置 > 防护配置 模块下,找到 [自定义 HTML] 模块
就像写一个普通的html页面一样,你可以同时写入 style、script 等标签, 所以用 css 就能修改中心区域的样式啦。
把文末的示例代码复制到
<script>
console.log('Im a console.log, which is written in a script tag');
</script>
<style type="text/css">
body {
background: #395180;
margin: 0;
}
body #slg-box {
background-color: grey;
width: 400px;
height: 100%;
top: 0;
left: 0;
transform: translate(0, 0);
padding: 100px 20px;
}
body #slg-usergroup-username,
body #slg-usergroup-password {
background-color: grey;
color: #fff;
}
body #slg-box-title {
color: #e15ccf;
}
body #slg-usergroup-btn {
color: grey !important;
}
body #slg-with-more-title div:nth-child(2) {
background-color: transparent;
width: 100%;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid;
}
body #slg-with-more-title div:nth-child(1) {
display: none;
}
body #slg-tabs > div {
fill: green;
}
body #slg-usergroup-container input {
border-style: dashed;
}
</style>
<div
style="
background-color: grey;
width: 200px;
height: 100px;
text-align: right;
top: 50%;
position: relative;
left: calc(50% + 200px);
position: relative;
transform: translate(-50%,-50%);
border-radius: 10px;
font-size: 30px;
line-height: 100px;
text-align: center;
"
>
hello world
</div>
0
1
统一认证中心能否优化
baalchina
更新于 13 小时前
统一认证中心如果对接企业微信的话,得验证域名,将企微的txt验证文件放到认证中心的根目录下面,但是这个认证中心(应该)是雷池的一个自己的站点吧?所以这个文件好像还地方放?
这个文件其实很简单,nginx上做个简单的配置就行了,能否这个功能内置呢?或者再不行能在配置界面里面自己增加nginx配置,就像普通站点一样也可以。
thanks。
0
3
web2gpt优化建议
更新于 11 小时前
建议增加对话记录删除功能
0
1