|
@@ -2,6 +2,7 @@
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wb="http://open.weibo.com/wb" style="overflow: hidden;">
|
|
|
|
|
|
<head>
|
|
|
+ <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
|
|
<meta http-equiv="P3P" content='CP="IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA"' />
|
|
|
<meta name="msapplication-window" content="width=1360;height=768" />
|
|
|
<meta http-equiv="Cache-Control" content="no-transform" />
|
|
@@ -100,11 +101,13 @@
|
|
|
<div class="register" onclick="U.MD.U.L.register();" title="注册" style="margin-left: 5px;">
|
|
|
注册
|
|
|
</div>
|
|
|
- <div class="avatar" onclick="U.MD.D.I.openApplication('my')"><img src="./img/icon/avatar.png" alt=""></div>
|
|
|
+ <div class="avatar" onclick="U.MD.D.I.openApplication('my')"><img
|
|
|
+ src="./img/icon/avatar.png" alt=""></div>
|
|
|
<div class="userName"
|
|
|
style="max-width: 86px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">
|
|
|
</div>
|
|
|
- <div class="U_MD_D_BD_notice_img" onclick="U.MD.D.OpenNotice();"><img src="./img/icon/gm/notice.png" alt=""></div>
|
|
|
+ <div class="U_MD_D_BD_notice_img" onclick="U.MD.D.OpenNotice();"><img
|
|
|
+ src="./img/icon/gm/notice.png" alt=""></div>
|
|
|
<div class="exit" onclick="U.MD.U.LO.logoutSystem();" title="退出"
|
|
|
style="display: none;margin-left: 5px;color: #888888;min-width: 30px;">
|
|
|
退出
|