From: Chris Rebert Date: Wed, 16 Oct 2013 22:50:40 +0000 (-0700) Subject: add note about third-party JS, CDNs, and HTTPS X-Git-Tag: v3.0.1~39^2~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d663e38798451a2055bfc14c9b74e71563918a1;p=thirdparty%2Fbootstrap.git add note about third-party JS, CDNs, and HTTPS --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ef0494edc..7a8a44f211 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