Integrations CSS: use a link instead of fetch()
Created by: lguychard
fetch()
was likely used in Phabricator code because of a restrictive style-src
directive, but there is no reason not to use a <link>
element for Bitbucket/Gitlab.
Created by: lguychard
fetch()
was likely used in Phabricator code because of a restrictive style-src
directive, but there is no reason not to use a <link>
element for Bitbucket/Gitlab.