`nuxt-doctor/security/no-user-input-in-fetch-url`

warn-severity security rule from doctor. Active in the recommended preset.

warn · security · source: doctor · ✅ yes (recommended preset)

nuxt-doctor/security/no-user-input-in-fetch-url is a warn-severity security rule from doctor. Active in the recommended preset.

Disable / configure

doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';

export default defineConfig({
  rules: {
    'nuxt-doctor/security/no-user-input-in-fetch-url': 'warn', // or false to silence
  },
});

See the category overview for the full rule catalogue.