为什么 Google lighthouse 在我的网站上看到 jquery ui 漏洞,即使我不再使用 jquery ui

Why does Google lighthouse see jquery ui vulnerability on my website even though i am no longer using jquery ui

我曾经在我的网站上使用 jquery ui www.iusefaith.com but have stopped yet Google lighthouse still sees Jquery Ui on my website. Here is a link 灯塔报告。 Lighthouse 说我有 jquery ui 同时我已经删除了它。

为什么 Google lighthouse 在我的网站上看到 jquery ui 漏洞,即使我不再使用 jquery ui?

第 69 行:https://res.cloudinary.com/iusefaith/raw/upload/v1606174446/iusefaith_general_jquery_scripts_light_compressed.js

几百个字符(在看起来像 Modernizr 之后)我看到了:

(function(e,t){function i(t,i){var a,n,r,o=t.nodeName.toLowerCase();return"area"===o?(a=t.parentNode,n=a.name,t.href&&n&&"map"

jQuery-ui 1.10.3

比较

(function(t,e){function i(e,i){var n,o,a,r=e.nodeName.toLowerCase();return"area"===r?(n=e.parentNode,o=n.name,e.href&&o&&"map"

从那里的前几个字符看起来像 jQuery-ui。您需要清除您拥有的任何缓存插件,并确保我上面链接的文件中的任何 builds 不再包含 jQuery-ui。