Skip to content

resolves #163: Embed the clippy svg in the page hidden so use link will always work

Here's an alternate approach, by directly embedding the svg in the page via a handlebars template the use href can be just a fragment, which doesn't trigger the CORS policy. Some possible improvements:

  • use a flag to configure remote url or fragment in svg use href.
  • only embed the svg on pages that need it.
Edited by David Jencks

Merge request reports