RealFaviconGenerator / realfavicongenerator

Generate favicon for all major platforms
505 stars 23 forks source link

Option to add `crossorigin="use-credentials"` #455

Open divall opened 3 years ago

divall commented 3 years ago

As the Favicon Generator adds the manifest tag, a useful enhancement would be to add a "Additional settings" in the "Favicon Generator Options" with a checkbox "manifest requires credentials", which if checked would add the crossorigin attribute as follows:

   <link rel="manifest" crossorigin="use-credentials" href="/site.webmanifest">

by adding a boolean settings.use_credentials in the API.

RV7PR commented 2 years ago

Please add this