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
add configuration AllowedContentTypes, the validating process is keyword search.
add configuration AllowedFileExtensions, the file extension will get from url's path, the validating process is suffix check.
add configuration InsecureSkipVerify, the default value is false. We use to force skip certification verify, but after adding this configuration, the default behavior would be validate certifications.