From 49b17fb699284236d700259b481241cf264360a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 4 Feb 2013 15:12:01 +0100 Subject: [PATCH] Point out the mozilla-services weblog. --- content/python/cornice-cors.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/python/cornice-cors.rst b/content/python/cornice-cors.rst index ff7f262..7344a3b 100644 --- a/content/python/cornice-cors.rst +++ b/content/python/cornice-cors.rst @@ -1,9 +1,13 @@ Implementing CORS in Cornice ############################ -:date: 22-01-2013 +:date: 04-02-2013 :slug: cross-origin-in-cornice -:status: draft + +Cross posting this here and `on the mozilla services weblog +`_, since this is the +first time we're doing that, I though it could be useful to point you out +there, check it out, and expext more technical articles there in the future. For security reasons, it's not possible to do cross-domain requests. In other words, if you have a page served from the domain `lolnet.org`, it will not be