diff --git a/packages/non-core/less/tests/top-cdn-file.import.less b/packages/non-core/less/tests/top-cdn-file.import.less new file mode 100644 index 0000000000..10a0b22071 --- /dev/null +++ b/packages/non-core/less/tests/top-cdn-file.import.less @@ -0,0 +1,20 @@ +/* + FILE ARCHIVED ON 22:48:06 Jan 31, 2021 AND RETRIEVED FROM THE + INTERNET ARCHIVE ON 14:01:15 Oct 20, 2022. + JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. + ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. + SECTION 108(a)(3)). +*/ +/* +playback timings (ms): + captures_list: 273.718 + exclusion.robots: 0.088 + exclusion.robots.policy: 0.08 + cdx.remote: 0.063 + esindex: 0.009 + LoadShardBlock: 52.202 (3) + PetaboxLoader3.datanode: 93.37 (5) + CDXLines.iter: 13.615 (3) + load_resource: 130.222 (2) + PetaboxLoader3.resolve: 65.34 (2) +*/ diff --git a/packages/non-core/less/tests/top.import.less b/packages/non-core/less/tests/top.import.less index b7f1071eda..49a7d2bea1 100644 --- a/packages/non-core/less/tests/top.import.less +++ b/packages/non-core/less/tests/top.import.less @@ -6,4 +6,11 @@ // Make sure regular CSS import doesn't make the compiler explode - this was // a regression from 1.1.0.3 caught in QA -@import url("http://hello.myfonts.net/count/2c4b9d"); + +// 20 Oct 2022 +// GH link: https://github.com/meteor/meteor/pull/12236#discussion_r1000838738 +// older link broke and we putted in another CDN. if this breaks +// again, the contents of the file are in top-cdn-file.import.less +// feel free to use any other CDN + +@import url("https://css-cdn2.vercel.app/font");