chore: add showInterceptorWarningForDigestAuth field under platformFeatureFlags

Introduce a new platform-level feature flag indicating whether to display a warning via the inspector regarding supported interceptor alongside Digest Auth.
This commit is contained in:
jamesgeorge007
2024-10-30 18:28:13 +05:30
parent 8ac934599a
commit c3518cf678
4 changed files with 8 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ createHoppApp("#app", {
platformFeatureFlags: {
exportAsGIST: false,
hasTelemetry: false,
showInterceptorWarningForDigestAuth: true,
},
limits: {
collectionImportSizeLimit: 50,