Opened 13 years ago
Closed 12 years ago
#8208 closed New Feature (duplicate)
Disable data URIs when pasting images
Reported by: | Jeroen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Firefox | Cc: |
Description
When pasting images into CKEditor in Firefox 5, a Data URI is used as image source. I would like to be able to disable this, so that in this case no image is pasted.
To reproduce:
- Right-click any image in Firefox 5
- Select 'Copy Image'
- Paste the image into CKEditor
Result:
The source of the pasted image is
data:image/png;base64,iVBORw0KGgo...
This might be reproducible in other browsers as well.
I'm sorry, I don't know the right component for this ticket.
Thanks in advance.
Change History (5)
comment:1 Changed 13 years ago by
Keywords: | Firefox added; image data uri copy paste disable removed |
---|---|
Status: | new → confirmed |
comment:2 follow-up: 3 Changed 13 years ago by
Just use this plugin: http://cksource.com/forums/viewtopic.php?f=18&t=23646 and all those problems are fixed.
comment:3 Changed 13 years ago by
Replying to alfonsoml:
Just use this plugin: http://cksource.com/forums/viewtopic.php?f=18&t=23646 and all those problems are fixed.
Thanks, but I really don't want to save all pasted images on my server.
comment:4 Changed 13 years ago by
Then modify the plugin to remove the pasted image instead of sending it to the server. Directly uploading by pasting is the hard part, not allowing to paste an image is quite easy.
comment:5 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
In Firefox local images are inserted as base64 encoded "inline" images: