From e105d156420864807dca97d4953d0baf843f01f9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 18 Sep 2018 22:27:46 +0300 Subject: Use https, fix broken links and unneeded redirects. --- docs/_includes/components/progress-bars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/components/progress-bars.html') 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 @@

Content Security Policy (CSP) compatibility

-

If your website has a Content Security Policy (CSP) which doesn't allow style-src 'unsafe-inline', then you won't be able to use inline style 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 element.style.width) or using custom CSS classes.

+

If your website has a Content Security Policy (CSP) which doesn't allow style-src 'unsafe-inline', then you won't be able to use inline style 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 element.style.width) or using custom CSS classes.

Basic example

-- cgit v1.2.3