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:
@@ -42,6 +42,7 @@ createHoppApp("#app", {
|
||||
platformFeatureFlags: {
|
||||
exportAsGIST: false,
|
||||
hasTelemetry: false,
|
||||
showInterceptorWarningForDigestAuth: true,
|
||||
},
|
||||
limits: {
|
||||
collectionImportSizeLimit: 50,
|
||||
|
||||
Reference in New Issue
Block a user