今天是2024年9月29日 第39周 星期日

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

“User:KomacyaN/萌娘百科WAF”的版本间的差异

来自Akarin
跳到导航 跳到搜索
(建立内容为“<!doctype html> <html> <meta charset="utf-8"> <title>萌娘百科 万物皆可萌的百科全书</title> <meta name="description" content="萌娘百科 万物皆…”的新页面)
 
(// Edit via Wikiplus)
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
 +
<pre><code>
 
<!doctype html>
 
<!doctype html>
 
<html>
 
<html>
第42行: 第43行:
  
 
</html>
 
</html>
 +
</pre></code>

2022年6月11日 (六) 22:05的最新版本

<code>
<!doctype html>
<html>
<meta charset="utf-8">
<title>萌娘百科 万物皆可萌的百科全书</title>
<meta name="description" content="萌娘百科 万物皆可萌的百科全书">
<meta name="keywords" content="萌娘,萌娘百科,萌娘百科错误" />
<link rel="icon" type="image/png" href="https://img.moegirl.org.cn/favicon.ico" />
<style>
    body {
        font-family: arial, tahoma, "微软雅黑", Hiragino Sans GB, Microsoft JhengHei, sans-serif;
        background-color: #f7fbf7;
    }

    a[target="_blank"] {
        background: none;
        background-position: center right;
        background-repeat: no-repeat;
        background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
        padding-right: 13px;
        color: #0061fc;
        text-decoration: none;
    }
</style>

<body style="padding: 5vh 10vw; text-align: center; color: rgba(0,0,0,.73);">
    <img src="https://img.moegirl.org.cn/common/b/b4/%E7%AC%AC%E4%B8%80%E6%9C%9F%E8%A1%A8%E6%83%85%E5%8C%85%E5%85%B1%E5%88%9B%E7%B4%A0%E6%9D%90No.15_Chin_ho_Ko_%E5%9C%A8WAF%E5%89%8D%E8%8B%A6%E8%8B%A6%E6%8E%99%E6%89%8E%E7%9A%84%E7%99%BE%E5%A7%AB.png" style="height: 50vh; width: auto; max-height: 80vw;" />
    <div style="margin: 5vh; font-size: 1.125rem;">
        很抱歉,您提交的请求被<a href="https://cloud.tencent.com/document/product/627/17470" target="_blank" rel="nofollow noreferrer noopener">腾讯T-Sec Web应用防火墙(WAF)</a>阻断,<b>请不要刷新页面!</b><br>短时间内您暂时无法再访问萌百,请耐心稍等直至解除阻断。出现阻断的原因可能是:
        <ul style="width: max-content; text-align: left; margin: 1rem auto;">
            <li>您所使用的IP可能在短时间内访问了大量页面——建议您减少访问频率或通过重启光猫等网络路由器设备尝试更换IP;</li>
            <li>您可能使用了IE、FireFox或低版本的Chrome、Edge等浏览器——建议您使用最新版本的Edge、Chrome。</li>
        </ul>
    </div>
    <footer>
        <p style="width: max-content; text-align: center; margin-left: auto;">
            萌娘百科及开发人员保留本应用权利
            <br>
            萌娘百科 - 万物皆可萌的百科全书
        </p>
    </footer>
</body>

</html>