Commit 3e9e339e authored by Mark Otto's avatar Mark Otto

Merge pull request #11137 from twbs/explain-https

add note about third-party JS, CDNs, and HTTPS
parents cf95fe20 4d663e38
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment