You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only execute onRequest and onPreResponse. This is a security issue as it can create a way to execute code that bypasses authentication because the built-in not found and bad request handlers do not support authentication (and cannot).
Only execute
onRequestandonPreResponse. This is a security issue as it can create a way to execute code that bypasses authentication because the built-in not found and bad request handlers do not support authentication (and cannot).