diff options
| author | Mark Otto <[email protected]> | 2013-10-16 17:28:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-16 17:28:46 -0700 |
| commit | 3e9e339ee3140c44e1d3948981a551c16f22b1a9 (patch) | |
| tree | 5c9fe0095e2861d39c537e471460e7465d7ab247 | |
| parent | cf95fe20ba2b54eb433d513754741dc32e76a4cc (diff) | |
| parent | 4d663e38798451a2055bfc14c9b74e71563918a1 (diff) | |
| download | bootstrap-3e9e339ee3140c44e1d3948981a551c16f22b1a9.tar.xz bootstrap-3e9e339ee3140c44e1d3948981a551c16f22b1a9.zip | |
Merge pull request #11137 from twbs/explain-https
add note about third-party JS, CDNs, and HTTPS
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ef0494ed..7a8a44f21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,6 +33,7 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso - Double quotes only, never single quotes - Always use proper indentation - Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags) +- Use CDNs and HTTPS for third-party JS when possible. We don't use protocol-relative URLs in this case because they break when viewing the page locally via `file://`. ### CSS |
