mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-03 20:48:07 +00:00 
			
		
		
		
	chore: Security Improvements to the API (#2893)
- Devise auth tokens are reset on password update - Avatar attachment file type is limited to jpeg,gif and png - Avatar attachment file size is limited to 15 mb - Widget Message attachments are limited to types ['image/png', 'image/jpeg', 'image/gif', 'image/bmp', 'image/tiff', 'application/pdf', 'audio/mpeg', 'video/mp4', 'audio/ogg', 'text/csv'] - Widget Message attachments are limited to 40Mb size limit.
This commit is contained in:
		@@ -20,12 +20,13 @@
 | 
			
		||||
        id="file"
 | 
			
		||||
        ref="file"
 | 
			
		||||
        type="file"
 | 
			
		||||
        accept="image/*"
 | 
			
		||||
        accept="image/png, image/jpeg, image/gif"
 | 
			
		||||
        @change="handleImageUpload"
 | 
			
		||||
      />
 | 
			
		||||
      <slot></slot>
 | 
			
		||||
    </label>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user