-
Notifications
You must be signed in to change notification settings - Fork 0
/
cnames_active.js
53 lines (51 loc) · 2.63 KB
/
cnames_active.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
***** ACTIVE SUBDOMAINS
* ***********************
*
* for the moment the following subdomains are active
* file a pull request to add your own GitHub Page
*
*
**** README
* ***********
*
* KEY: The subdomain you request (e.g.: "foo" would give the custom domain "foo.js.org").
*
* VALUE: The regular domain provided by GitHub (e.g.: "foo.github.io" for a User-/Organization Page
* or "foo.github.io/bar" for a Project Page).
*
* CLOUDFLARE: JS.ORG uses CloudFlare as its DNS. By default, CloudFlare proxies all requests to your subdomain
* to get SSL support (https://foo.js.org) and make use of browser caching with a TTL of 30 min.
* But you can opt-out from this and make Cloudflare forward all requests directly to GitHub.
* Just add '//noCF' in the line of your requested subdomain to give us a hint.
* (all the lines marked with '//noCF?' are from a time when a requester had to explicitly opt-in;
* see: https://github.com/js-org/js.org/issues/554)
*
* IMPORTANT: To authorize yourself as the owner of the GitHub Page you must have added a valid CNAME file
* (with the requested domain, e.g.: "foo.js.org") to your repository.
* The requested subdomain must match either your GitHub username or the name of your project
* repository. Exceptions are possible for the sake of clarity (e.g. if your project has the
* name "foojs" you can request "foo").
* Before you start a request for your personal fork of "react" or "vue" you should read
* the section "naming conflicts" in the wiki!
*
* NOTICE: Please follow the format set by everyone else in this file. Entries should use double quotes,
* with space between the colon (after the key) and the value and should always be in alphabetical
* order. Each line apart from the very last entry should have a comma after it to ensure this file
* is valid syntax.
*
* BECAUSE OF THE RISK OF ABUSE, I´M NOT ACCEPTING REQUESTS FOR PAGES WITHOUT REASONABLE CONTENT!
*/
var cnames_active = {
"": "js-org.github.io",
"bad-automatic-contact": "js-org-cleanup.github.io/simulated-automatic-contact",
"bad-automatic-fail": "js-org-cleanup.github.io/simulated-automatic-fail",
"bad-external-target": "custom-target.test.com",
"bad-non-existent-repo": "js-org-cleanup.github.io",
"macosnotif": "mattipv4.github.io/macOSNotifJS"
/*
* please don't add your subdomain records down here!
* insert them in alphabetical order to help reduce merge conflicts.
* <3
*/
}