Merge pull request #3461 from Jeff-Tian/formatting

Formatting
revert-4744-blog-arga-js-org
Stefan Keim 5 years ago committed by GitHub
commit e111068b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cnames_active.js
  2. 14
      records_restricted.js

@ -1499,7 +1499,7 @@ var cnames_active = {
"refujs": "refujs.github.io", // noCF? (don´t add this in a new PR) "refujs": "refujs.github.io", // noCF? (don´t add this in a new PR)
"regexly": "neeksandhu.github.io/regexly", "regexly": "neeksandhu.github.io/regexly",
"reghack": "hacker719.github.io/RegHack", "reghack": "hacker719.github.io/RegHack",
"regraph": "izhaki.github.io/regraph", "regraph": "izhaki.github.io/regraph",
"rekit": "supnate.github.io/rekit", // noCF "rekit": "supnate.github.io/rekit", // noCF
"relate": "jakelazaroff.github.io/relate", // noCF? (don´t add this in a new PR) "relate": "jakelazaroff.github.io/relate", // noCF? (don´t add this in a new PR)
"relaunch": "pd4d10.github.io/relaunch", "relaunch": "pd4d10.github.io/relaunch",

@ -1,22 +1,22 @@
/* /*
**** RESTRICTED SUBDOMAINS **** RESTRICTED SUBDOMAINS
* ************************** * **************************
* *
* for the moment the following subdomains are restricted * for the moment the following subdomains are restricted
* the list is not necessarily complete and could be extend at some point * the list is not necessarily complete and could be extend at some point
* *
* *
**** EXPLANATION **** EXPLANATION
* **************** * ****************
* *
* Some of these subdomains are reserved for JS.ORG itself (e.g.: mail.js.org, admin.js.org). * Some of these subdomains are reserved for JS.ORG itself (e.g.: mail.js.org, admin.js.org).
* Others are so generic that they should be used for community driven pages only (e.g.: blog.js.org, docs.js.org). * Others are so generic that they should be used for community driven pages only (e.g.: blog.js.org, docs.js.org).
* If you are willing to use one of the restricted subdomains in a way the community can benefit and participate, you can always file an issue and start a discussion. * If you are willing to use one of the restricted subdomains in a way the community can benefit and participate, you can always file an issue and start a discussion.
* *
*/ */
var cnames_restricted = [ var cnames_restricted = [
"(1/2/3/...)" "(1/2/3/...)",
"about", "about",
"account(s)", "account(s)",
"ad(s)", "ad(s)",
@ -194,7 +194,7 @@ var cnames_restricted = [
"serv", "serv",
"server(s)", "server(s)",
"service(s)", "service(s)",
"shop(s)" "shop(s)",
"site(s)", "site(s)",
"smtp", "smtp",
"socket(s)", "socket(s)",

Loading…
Cancel
Save