-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Added several more domains to cubecraft.xml. #6038
Conversation
Seems CI is having issues connect to the git repos it needs to complete the checks, hmm. |
<target host="stats.cubecraft.net" /> | ||
<target host="status.cubecraft.net" /> | ||
|
||
<rule from="^http://status\.cubecrtaft\.net/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one has a typo (cubecrTaft). Otherwise LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouch! Thanks for noticing that! :)
@marcoslater Are you still interested in working on this? |
@jeremyn Thanks for reminding me of this. I manage that domain, so I do intend to keep updating it. Let me add the latest subdomain to the mix. There's only one subdomain keeping us from site-wide HSTS, at the moment. :( |
No problem, thanks for working with us.
<!--
Invalid certificate:
status.cubecraft.net
-->
<ruleset name="CubeCraft">
<target host="cubecraft.net" />
<target host="www.cubecraft.net" />
<target host="appeals.cubecraft.net" />
<target host="bb.cubecraft.net" />
<target host="cdn.cubecraft.net" />
<target host="jobs.cubecraft.net" />
<target host="reports.cubecraft.net" />
<target host="staff.cubecraft.net" />
<target host="status.cubecraft.net" />
<target host="store.cubecraft.net" />
<target host="store-assets.cubecraft.net" />
<securecookie host=".+" name=".+" />
<rule from="^http://status\.cubecraft\.net/"
to="https://cubecraft.statuspage.io/" />
<rule from="^http:" to="https:" />
</ruleset> This fixes the following problems:
The remaining concerns are:
|
Added api.cubecraft.net as well.
Didn't realise I screwed that one up that badly. Changed it to reflect your version, also added api.cubecraft.net, as that is used in various places on those pages. (once logged in, at least.) swc.cubecraft.net was delegated to a third party, clearly they do not intend to keep hold of that. Removed it from our DNS. (Query NS directly if you wish to verify this.) Feel free to modify my commits however you like. |
Thanks, that's fine. For https://api.cubecraft.net , is there a URL for this subdomain we can access without logging in that gets a |
Also don't worry about "screwing it up". Some of my first pull requests here had trouble too. Our documentation could definitely be improved. |
@jeremyn RE: API not having a 200, check / now. :) |
Thanks, merged. If/when you get everything HSTS preloaded, feel free to submit another pull request to delete this ruleset. Generally we want all the domains in a ruleset to be preloaded in the stable versions of Firefox, Chrome/ium, and Tor before we delete that ruleset. See #7126 for an extended discussion. |
I am working towards that goal with our last provider, which has a subdomain (status) that does not have HTTPS capabilities. Once done, I can enable HSTS preloading and let you know. |
@jeremyn cubecraft.net is now pending submission to preload list. :) |
Great! |
Added several HTTPS domains for cubecraft.net.
Added status page redirect for HTTPS on there as well.