rleith/lylina2

Add feed can read arbitrary files on server

Closed this issue · 3 comments

Add feed can read arbitrary files on server

Switch add feed to use curl and restrict the protocols it can use

Committed potential fix using regular expressions and dns lookups. Needs testing to make sure everything works. A better solution in the long term may be to fork simplepie and implement limitations on what it will read.

Modified SimplePie to provide better fix. Can now call $pie->force_remote(true) to restrict SimplePie from reading local files.
987546a