From a28adde10d1e2d09e85ede3ce7b02db92ffa3af9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 29 Jan 2016 21:37:36 -0500 Subject: remove the /https/ page, now that we use generally accepted LE certs. --- templates/public/https.html | 49 --------------------------------------------- urls.py | 2 -- 2 files changed, 51 deletions(-) delete mode 100644 templates/public/https.html diff --git a/templates/public/https.html b/templates/public/https.html deleted file mode 100644 index 9d54646a..00000000 --- a/templates/public/https.html +++ /dev/null @@ -1,49 +0,0 @@ -{% extends "base.html" %} -{% load wiki %} -{% block title %}{{ BRANDING_DISTRONAME }} - HTTPS Only site{% endblock %} -{% block content %} -
-

This is the unsecure version of the website

- -

Hi! This is not the main site. You're seeing this message because you - entered our website without using a secure connection. We like privacy for - all so we've decided to serve our website only through secure channels. This - is the only page on the whole site that can be accessed without a - secure connection, all other pages will redirect to the secure version.

- -

Enter the secure site

- -

But my browser says the secure site is untrusted

- -

This website's certificate issued by - CAcert. Some web browsers or operating - systems still don't provide CAcert's root certificate, so if you find a huge - error message telling you're about to do something bad, come back here and - keep reading.

- -

Installing CAcert's root certificate

- -

You should ask your web browser or operating system to - include CAcert's root - certificates.

- -

You can install CAcert's root certificates yourself by - downloading them and - following these - instructions on how to install them in your browser.

- -

But installing the certificate sounds hard/complicated/boring

- -

You could just click "Ignore", or "Add Exception", or however your - browser words it. But then, you wouldn't know that the site is actually - coming from us; there could be someone in the middle tricking you, or - spying on you and looking at which webpages you visit.

- -

I just want to get the installer ISOs

- -

You can proceed to our - ISOs download page on - our wiki.

- -
-{% endblock %} diff --git a/urls.py b/urls.py index 2036c577..4eaf8d3a 100644 --- a/urls.py +++ b/urls.py @@ -30,8 +30,6 @@ urlpatterns += patterns('public.views', {}, 'page-about'), (r'^art/$', RedirectView.as_view(url='https://projects.parabola.nu/artwork.git/'), {}, 'page-art'), - (r'^https/$', TemplateView.as_view(template_name='public/https.html'), - {}, 'page-https'), (r'^donate/$', RedirectView.as_view(url='https://wiki.parabola.nu/Donations'), {}, 'page-donate'), (r'^download/$', RedirectView.as_view(url='https://wiki.parabola.nu/Get_Parabola'), -- cgit v1.2.2