Public CDN returning 403 for most default icons, 200 for one #2288
Unanswered
dorrzun
asked this question in
Ask For Help
Replies: 1 comment 4 replies
|
The 403s appear to be pro icons. The only Font Awesome free icon in that list is cow (I'm assuming Are you a Font Awesome pro user? If so, adding your Kit Code as described here will unlock FA Pro. <!-- Option 1: the data-fa-kit-code attribute -->
<script src="bundle.js" data-fa-kit-code="abc123"></script>
<!-- Option 2: the setKitCode() method -->
<script type="module">
import { setKitCode } from 'https://ka-f.webawesome.com/webawesome@3.5.0/webawesome.loader.js';
setKitCode('YOUR_KIT_CODE_HERE');
</script> |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
TL;DRL: 403 + CloudFlare cf-cache-status: BYPASS for most of the default icons seen in and potentially others. Cow gives 200, but has cf-cache-status: HIT.
When following the instructions installation via CDN, I'm receiving 403s for many of the default FontAwesome icons. CodePen also encounters the same behavior.
I'm running my page from a local server, verified issue on Chrome and Firefox (latest versions) and already handled CORS for:
Screenshots
Browser / OS
All reactions