From fe3cfcd3b289a9df9e0dc425c28f7de463dc4f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 21 Mar 2016 15:19:16 -0700 Subject: [PATCH] Merge pull request #6313 from jimfb/script-integrity-attribute Removed script security attributes, since fb.me isn't setting the proper headers. (cherry picked from commit d433c2f3766f34a9eb86c8688e783b0201d8edfd) --- docs/downloads.md | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/docs/downloads.md b/docs/downloads.md index 7d20acdb8a..7a89c59d28 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -24,48 +24,32 @@ If you're just starting out, make sure to use the development version. The uncompressed, development version of [react.js](https://fb.me/react-{{site.react_version}}.js) and [react-dom.js](https://fb.me/react-dom-{{site.react_version}}.js) with inline documentation (you need both files). ```html - - + + ``` #### React {{site.react_version}} (production) The compressed, production version of [react.js](https://fb.me/react-{{site.react_version}}.min.js) and [react-dom.js](https://fb.me/react-dom-{{site.react_version}}.min.js) (you need both). ```html - - + + ``` #### React with Add-Ons {{site.react_version}} (development) The uncompressed, development version of React with [optional add-ons](/react/docs/addons.html). ```html - - + + ``` #### React with Add-Ons {{site.react_version}} (production) The compressed, production version of React with [optional add-ons](/react/docs/addons.html). ```html - - + + ``` All scripts are also available via [CDNJS](https://cdnjs.com/libraries/react/).