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