diff options
| author | XhmikosR <[email protected]> | 2018-09-18 22:27:46 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-18 11:27:47 +0300 |
| commit | e105d156420864807dca97d4953d0baf843f01f9 (patch) | |
| tree | d5af31ccf45bc45adfcecc23e7ce3428a9619c39 /docs/_includes/components/progress-bars.html | |
| parent | cf6f867190cd91181a63d8576c3f5a485d7050a7 (diff) | |
| download | bootstrap-e105d156420864807dca97d4953d0baf843f01f9.tar.xz bootstrap-e105d156420864807dca97d4953d0baf843f01f9.zip | |
Use https, fix broken links and unneeded redirects.
Diffstat (limited to 'docs/_includes/components/progress-bars.html')
| -rw-r--r-- | docs/_includes/components/progress-bars.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/progress-bars.html b/docs/_includes/components/progress-bars.html index f349810a8..26886e228 100644 --- a/docs/_includes/components/progress-bars.html +++ b/docs/_includes/components/progress-bars.html @@ -10,7 +10,7 @@ <div class="bs-callout bs-callout-info"> <h4 id="callout-progress-csp">Content Security Policy (CSP) compatibility</h4> - <p>If your website has a <a href="https://developer.mozilla.org/en-US/docs/Web/Security/CSP">Content Security Policy (CSP)</a> which doesn't allow <code>style-src 'unsafe-inline'</code>, then you won't be able to use inline <code>style</code> attributes to set progress bar widths as shown in our examples below. Alternative methods for setting the widths that are compatible with strict CSPs include using a little custom JavaScript (that sets <code>element.style.width</code>) or using custom CSS classes.</p> + <p>If your website has a <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP">Content Security Policy (CSP)</a> which doesn't allow <code>style-src 'unsafe-inline'</code>, then you won't be able to use inline <code>style</code> attributes to set progress bar widths as shown in our examples below. Alternative methods for setting the widths that are compatible with strict CSPs include using a little custom JavaScript (that sets <code>element.style.width</code>) or using custom CSS classes.</p> </div> <h2 id="progress-basic">Basic example</h2> |
