If you go here:
It will show you that it's
The recommended CDN for Bootstrap, Font Awesome, Bootswatch and Bootstrap Icons.
Then go to the Nagios Support forums and view the page source to see this:
Code: Select all
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32xxxxxxx+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxxxxxxIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
The Nagios Support forums uses
maxcdn.bootstrapcdn.com to download the bootstrap files the Forum needs to function.
I've submitted the feature-request to development:
Code: Select all
FR: Forums - Customer's system is preventing access to maxcdn.bootstrapcdn.com when accessing the forums because it flagging it as a blacklisted spam/phishing site - Please update PHP-BB or not use maxcdn.bootstrapcdn.com
You will need to access the site outside of your secure network OR have them whitelist the application. If they are unable to whitelist it for whatever reason you will need to access it outside of your secure environment until development stops using bootstrap in the forums (which isn't likely to happen soon).
Thank you!