0.4.1
Improvements
- Now this lib generates the
crossorigin="anonymous"
attribute for<script>
,<style>
, and<link rel="stylesheet">
elements when they refer to external cross-origin resources, to avoid credentials leaks.
crossorigin="anonymous"
attribute for <script>
, <style>
, and <link rel="stylesheet">
elements when they refer to external cross-origin resources, to avoid credentials leaks.