更新TSG-v3.0 Security Policy版本初稿原型

This commit is contained in:
chengsir
2019-10-30 14:24:11 +08:00
parent 70030f89ae
commit 48ae81c20e
481 changed files with 48653 additions and 362006 deletions

View File

@@ -0,0 +1,18 @@
(function () {
$.holdReady(true);
var script = window.document.createElement("script");
script.type = "text/javascript";
script.async = true;
script.onload = script.onreadystatechange = function (e, isAbort) {
if (isAbort || !script.readyState || /loaded|complete/.test(script.readyState)) {
script.onload = script.onreadystatechange = null;
script = undefined;
}
if (!isAbort) { $.holdReady(false); }
}
script.src = "data/document.js";
window.document.head.appendChild(script);
})();