28.5.2 can't download pictures from ftp(28.5.2 无法从ftp下载图片)

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
User avatar
LD-531
Newbie
Newbie
Posts: 3
Joined: 2019-07-01, 14:32

28.5.2 can't download pictures from ftp(28.5.2 无法从ftp下载图片)

Unread post by LD-531 » 2019-07-01, 16:44

i english is bad...
 
Your Operating system
win7 x64.
The exact version of Pale Moon you are using (desktop/portable. 32/64 bits, exact version number)
desktop, x64, 28.5.2, new install, new profile, all settings keep default.
Basic hardware information if relevant: CPU, graphics card, amount of RAM
any win7 requirements.
A description of the problem
Steps to reproduce the problem
open a ftp location --> view a image --> on the image right click --> "save image as..." --> check that download state, is "failed".
otherwise
open a ftp location --> view a image --> drag the image to local any full access permission place, got error.
retry or repeat above steps still download failed/a error.
ftp server as local iis or phone use any ftp server app. allow anonymous full access.
ftp directory contains some jpg\png\gif\bmp and exe\dll\apk\mp4, only images failed other ok.
chrome/ie/semonkey is ok.









自己用iis或任何手机app建个ftp,放些图片、音乐、视频、杂七杂八的文件再通过ftp共享出来。
尝试用pm浏览并下载这些文件,图片都下不了是不是?无论另存为、还是直接往桌面拖,不是失败就是报错。

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35631
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: 28.5.2 can't download pictures from ftp(28.5.2 无法从ftp下载图片)

Unread post by Moonchild » 2019-07-02, 10:39

This was a change required for security. Web pages using ftp to load subresources like images would bypass a number of security checks/safeguards, so using ftp to load such subresources is no longer allowed (see release notes). This unfortunately also means that saving individual images the way you are trying to do is no longer possible.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
LD-531
Newbie
Newbie
Posts: 3
Joined: 2019-07-01, 14:32

Re: 28.5.2 can't download pictures from ftp(28.5.2 无法从ftp下载图片)

Unread post by LD-531 » 2019-07-05, 06:41

Moonchild wrote:
2019-07-02, 10:39
This was a change required for security. Web pages using ftp to load subresources like images would bypass a number of security checks/safeguards, so using ftp to load such subresources is no longer allowed (see release notes). This unfortunately also means that saving individual images the way you are trying to do is no longer possible.
I understand now, thanks.

Locked