From 90d3851f954d9f01c7bf49e13bc10727926c3322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 30 Jan 2013 19:45:49 +0100 Subject: [PATCH] add a link to the PR --- content/python/cornice-cors.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/python/cornice-cors.rst b/content/python/cornice-cors.rst index 20783fd..1dcc71d 100644 --- a/content/python/cornice-cors.rst +++ b/content/python/cornice-cors.rst @@ -247,6 +247,8 @@ either understand how CORS work, or if you want to implement it yourself. `_. - About security, `check out this page `_ +- If you want to have a look at the implementation code, check `on github + `_ Of course, the W3C specification is the best resource to rely on. This specification isn't hard to read, so you may want to go through it. Especially