diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 878742f..b736a80 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/typescript-node:18", + "image": "mcr.microsoft.com/devcontainers/universal:2", "features": {}, "postCreateCommand": "npm install" } diff --git a/doc/cf-worker.md b/doc/cf-worker.md new file mode 100644 index 0000000..6df1657 --- /dev/null +++ b/doc/cf-worker.md @@ -0,0 +1,8 @@ + +## TOS + +https://www.cloudflare.com/supplemental-terms/ + +``` +Unlike most Cloudflare products, the Developer Platform can be used to host content. Content stored on the Developer Platform (whether in conjunction with a Cloudflare storage offering or not) that we determine in our sole judgment to be illegal, harmful, or in violation of Section 5 of the Cloudflare Developer Platforms Supplemental Terms may be blocked or removed, and use of the Developer Platform for storage of such illegal or harmful content may result in suspension or termination of Cloudflare Services. While we generally try to provide notice of such action, we reserve the right to take action without notice as appropriate. For these purposes, illegal or harmful content includes but is not limited to: (a) content containing, promoting, or facilitating child sexual abuse material or human trafficking; (b) content that infringes on another person’s intellectual property rights or is otherwise unlawful; (c) content that discloses sensitive personal information, incites or exploits violence, or is intended to defraud the public; and (d) content that seeks to distribute malware, facilitate phishing, or otherwise constitutes technical abuse. +``` \ No newline at end of file