Hi im currently a beginner in coding and im trying to check my website online with filezilla the problem im having is the fact that when i upload it in the server im getting this error:
Refused to load the stylesheet 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.css' because it violates the following Content Security Policy directive: "style-src https://*.fontawesome.com 'self' 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback.
the code in my index file that gives the error:
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.css" rel="stylesheet" id="bootstrap-css">
does anyone have a solution for my problem?