WebGL warnings for 3D Plots

I use plotly to render a 3d scatterplot. Everything works fine so far, but my console gets spammed with these warnings:

WebGL warning: checkFramebufferStatus: Using format enabled by implicitly enabled extension: WEBGL_color_buffer_float. For maximal portability enable it explicitly.

WebGL warning: drawArraysInstanced: Using format enabled by implicitly enabled extension: EXT_float_blend. For maximal portability enable it explicitly.

After reporting 32, no further warnings will be reported for this WebGL context.

I don’t interact with WebGL in any other way and my app is build with Vue 3 and Quasar. Can I somehow set the values WebGL is asking for or just disable the warnings?

Kind Regards,
David