I think it's telling you that the page does not have a default-src self tag. Therefore Content-Security-Policy (CSP) is blocking the loading of inline styles.... https://content-security-policy.com/
Quote: "The default-src is the default policy for loading content such as JavaScript, Images, CSS, Fonts, AJAX requests, Frames, HTML5 Media. See the Source List Reference for possible values." https://content-security-policy.com/#source_list The comments on this stack overflow post suggest not using inline css at all because it is unsafe: https://stackoverflow.com/questions/17766817/refused-to-apply-inline-style-because-it-violates-the-following-content-security/18428346 -Tim ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

