dillon1000/react

Commit

SSL/TLSize all the things! (convert http:// to https:// where appropriate)

Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.

NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.

Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.

Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
Browse files
Changed paths141 files
First-parent comparison
M CHANGELOG.md ModifiedM CONTRIBUTING.md ModifiedM README.md ModifiedM docs/_config.yml ModifiedM docs/_data/nav_docs.yml ModifiedM docs/_layouts/default.html ModifiedM docs/_posts/2013-06-02-jsfiddle-integration.md ModifiedM docs/_posts/2013-06-05-why-react.md ModifiedM docs/_posts/2013-06-12-community-roundup.md ModifiedM docs/_posts/2013-06-19-community-roundup-2.md ModifiedM docs/_posts/2013-06-27-community-roundup-3.md ModifiedM docs/_posts/2013-07-02-react-v0-4-autobind-by-default.md ModifiedM docs/_posts/2013-07-03-community-roundup-4.md ModifiedM docs/_posts/2013-07-17-react-v0-4-0.md ModifiedM docs/_posts/2013-07-23-community-roundup-5.md ModifiedM docs/_posts/2013-08-05-community-roundup-6.md ModifiedM docs/_posts/2013-08-26-community-roundup-7.md ModifiedM docs/_posts/2013-11-05-thinking-in-react.md ModifiedM docs/_posts/2013-11-06-community-roundup-10.md ModifiedM docs/_posts/2013-11-18-community-roundup-11.md ModifiedM docs/_posts/2013-12-18-react-v0.5.2-v0.4.2.md ModifiedM docs/_posts/2013-12-23-community-roundup-12.md ModifiedM docs/_posts/2013-12-30-community-roundup-13.md ModifiedM docs/_posts/2014-01-02-react-chrome-developer-tools.md ModifiedM docs/_posts/2014-01-06-community-roundup-14.md ModifiedM docs/_posts/2014-02-05-community-roundup-15.md ModifiedM docs/_posts/2014-02-15-community-roundup-16.md ModifiedM docs/_posts/2014-02-16-react-v0.9-rc1.md ModifiedM docs/_posts/2014-02-20-react-v0.9.md ModifiedM docs/_posts/2014-02-24-community-roundup-17.md ModifiedM docs/_posts/2014-03-14-community-roundup-18.md ModifiedM docs/_posts/2014-03-19-react-v0.10-rc1.md ModifiedM docs/_posts/2014-03-21-react-v0.10.md ModifiedM docs/_posts/2014-03-28-the-road-to-1.0.md ModifiedM docs/_posts/2014-05-06-flux.md ModifiedM docs/_posts/2014-05-29-one-year-of-open-source-react.md ModifiedM docs/_posts/2014-06-27-community-roundup-19.md ModifiedM docs/_posts/2014-07-13-react-v0.11-rc1.md ModifiedM docs/_posts/2014-07-17-react-v0.11.md ModifiedM docs/_posts/2014-07-25-react-v0.11.1.md ModifiedM docs/_posts/2014-07-28-community-roundup-20.md ModifiedM docs/_posts/2014-07-30-flux-actions-and-the-dispatcher.md ModifiedM docs/_posts/2014-08-03-community-roundup-21.md ModifiedM docs/_posts/2014-09-03-introducing-the-jsx-specification.md ModifiedM docs/_posts/2014-09-12-community-round-up-22.md ModifiedM docs/_posts/2014-09-16-react-v0.11.2.md ModifiedM docs/_posts/2014-09-24-testing-flux-applications.md ModifiedM docs/_posts/2014-10-14-introducing-react-elements.md ModifiedM docs/_posts/2014-10-16-react-v0.12-rc1.md ModifiedM docs/_posts/2014-10-17-community-roundup-23.md ModifiedM docs/_posts/2014-10-28-react-v0.12.md ModifiedM docs/_posts/2014-11-25-community-roundup-24.md ModifiedM docs/_posts/2014-12-18-react-v0.12.2.md ModifiedM docs/_posts/2014-12-19-react-js-conf-diversity-scholarship.md ModifiedM docs/_posts/2015-02-18-react-conf-roundup-2015.md ModifiedM docs/_posts/2015-02-20-introducing-relay-and-graphql.md ModifiedM docs/_posts/2015-02-24-react-v0.13-rc1.md ModifiedM docs/_posts/2015-03-03-react-v0.13-rc2.md ModifiedM docs/_posts/2015-03-04-community-roundup-25.md ModifiedM docs/_posts/2015-03-10-react-v0.13.md ModifiedM docs/_posts/2015-03-16-react-v0.13.1.md ModifiedM docs/_posts/2015-03-19-building-the-facebook-news-feed-with-relay.md ModifiedM docs/_posts/2015-03-26-introducing-react-native.md ModifiedM docs/_posts/2015-03-30-community-roundup-26.md ModifiedM docs/acknowledgements.md ModifiedM docs/docs/01-why-react.ko-KR.md ModifiedM docs/docs/01-why-react.md ModifiedM docs/docs/01-why-react.zh-CN.md ModifiedM docs/docs/02-displaying-data.ko-KR.md ModifiedM docs/docs/02-displaying-data.md ModifiedM docs/docs/02-displaying-data.zh-CN.md ModifiedM docs/docs/02.1-jsx-in-depth.ko-KR.md ModifiedM docs/docs/02.1-jsx-in-depth.md ModifiedM docs/docs/02.1-jsx-in-depth.zh-CN.md ModifiedM docs/docs/02.2-jsx-spread.ko-KR.md ModifiedM docs/docs/04-multiple-components.ko-KR.md ModifiedM docs/docs/04-multiple-components.md ModifiedM docs/docs/04-multiple-components.zh-CN.md ModifiedM docs/docs/05-reusable-components.ko-KR.md ModifiedM docs/docs/05-reusable-components.md ModifiedM docs/docs/05-reusable-components.zh-CN.md ModifiedM docs/docs/06-transferring-props.ko-KR.md ModifiedM docs/docs/06-transferring-props.md ModifiedM docs/docs/06-transferring-props.zh-CN.md ModifiedM docs/docs/09-tooling-integration.ko-KR.md ModifiedM docs/docs/09-tooling-integration.md ModifiedM docs/docs/10.2-form-input-binding-sugar.md ModifiedM docs/docs/10.4-test-utils.ko-KR.md ModifiedM docs/docs/10.4-test-utils.md ModifiedM docs/docs/10.8-pure-render-mixin.ko-KR.md ModifiedM docs/docs/10.8-pure-render-mixin.md ModifiedM docs/docs/11-advanced-performance.ko-KR.md ModifiedM docs/docs/11-advanced-performance.md ModifiedM docs/docs/conferences.ko-KR.md ModifiedM docs/docs/conferences.md ModifiedM docs/docs/flux-overview.ko-KR.md ModifiedM docs/docs/flux-overview.md ModifiedM docs/docs/flux-overview.zh-CN.md ModifiedM docs/docs/flux-todo-list.ko-KR.md ModifiedM docs/docs/flux-todo-list.md ModifiedM docs/docs/flux-todo-list.zh-CN.md ModifiedM docs/docs/getting-started.ja-JP.md ModifiedM docs/docs/getting-started.ko-KR.md ModifiedM docs/docs/getting-started.md ModifiedM docs/docs/getting-started.zh-CN.md ModifiedM docs/docs/ref-08-reconciliation.ko-KR.md ModifiedM docs/docs/ref-08-reconciliation.md ModifiedM docs/docs/thinking-in-react.md ModifiedM docs/docs/tutorial.ko-KR.md ModifiedM docs/docs/videos.ko-KR.md ModifiedM docs/docs/videos.md ModifiedM docs/downloads.md ModifiedA docs/img/blog/gpu-cursor-move.gif AddedM docs/index.md ModifiedM docs/support.md ModifiedM docs/tips/01-introduction.ko-KR.md ModifiedM docs/tips/01-introduction.md ModifiedM docs/tips/16-references-to-components.ko-KR.md ModifiedM docs/tips/16-references-to-components.md ModifiedM docs/tips/19-dangerously-set-inner-html.ko-KR.md ModifiedM docs/tips/19-dangerously-set-inner-html.md ModifiedM examples/README.md ModifiedM examples/basic-commonjs/index.html ModifiedM examples/basic-jsx-external/index.html ModifiedM examples/basic-jsx-harmony/index.html ModifiedM examples/basic-jsx-precompile/index.html ModifiedM examples/basic-jsx/index.html ModifiedM examples/basic/index.html ModifiedM examples/quadratic/index.html ModifiedM examples/transitions/index.html ModifiedM npm-react-tools/README.md ModifiedM npm-react/README.md ModifiedM package.json ModifiedM src/browser/ui/React.js ModifiedM src/browser/ui/ReactDOMComponent.js ModifiedM src/browser/ui/__tests__/ReactDOMComponent-test.js ModifiedM src/classic/class/ReactClass.js ModifiedM src/classic/class/__tests__/ReactClass-test.js ModifiedM src/classic/element/ReactElementValidator.js ModifiedM src/classic/element/__tests__/ReactElementValidator-test.js ModifiedM starter/README.md Modified
Patch

Files changed

Rendering syntax-highlighted changes…