diff options
| author | Factiven <[email protected]> | 2023-08-09 20:32:03 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-09 20:32:03 +0700 |
| commit | e740f670e13f399c0b44af4a8615d7e868212116 (patch) | |
| tree | 23186244891d5a73b2ffe1e108743e0775ca584f /pages/_document.js | |
| parent | Update v3.9.0 - Merged Beta to Main (#41) (diff) | |
| download | moopa-3.9.1.tar.xz moopa-3.9.1.zip | |
Update v3.9.1 - Merged Beta to Main (#44)v3.9.1
* commit
* update db
* Update v3.9.1-beta-v3.1
* Update v3.9.1
Diffstat (limited to 'pages/_document.js')
| -rw-r--r-- | pages/_document.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pages/_document.js b/pages/_document.js index d79f31f..31be82b 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -1,10 +1,6 @@ import { Html, Head, Main, NextScript } from "next/document"; -// import { randomBytes } from "crypto"; export default function Document() { - // const nonce = randomBytes(128).toString("base64"); - // const csp = `object-src 'none'; base-uri 'none'; script-src 'self' 'unsafe-eval' 'unsafe-inline' https: http: 'nonce-${nonce}' 'strict-dynamic'`; - return ( <Html lang="en"> <Head> |