0

I tried to add integrity and crossorigin attribute to above link, but both were showed as not valid attribute for link tag in Visual Studio 2015. What is the solution for this.

Yashasvi
  • 27
  • 5

1 Answers1

0

Seems like Visual Studio is not updating its HTML5-Validator. These are legit parameters increasing the security for viewers of your page. Whilst indicating these as invalid parameters, they still get rendered. So you can safely ignore those warnings.

Some background to these parameters can be found here: What are the integrity and crossorigin attributes?

CoastN
  • 165
  • 2
  • 16