enable CORS Toggle on server side

Hi,

I have hosted a webapplication on this Centos7 Linode.

However some icons of "font awesome" are not loaded in browser. For this the client has to manually install CORS Toggle plugin to the browser So it will load properly.

This is not possible at every client, so we need this option enabled from server side.

How to enable CORS Toggle on server side?

Please support. Thanks You

1 Reply

You can either host the fonts yourself, or supply a CORS headers to allow remote loading, read more about CORS at mdn docs.

I prefer to host fonts on my own servers for better privacy.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct