New Test Version Posted
2023-04-27
- Change force_img_referer to force_img_self_referer_regexp See #940 #941
- adapter_deviantartcom: Another detect login string. #947
Code:
## If set, and the img tag's URL matches the regular expression, FFF
## will use the img tag's own src URL as the HTTP Referer instead of
## the page URL. This is useful for some image hosting sites that
## watermark or return HTML instead of image data without it.
#force_img_self_referer_regexp:gelbooru.com|photobucket.com
Changed to a regexp instead of a simple switch so it can be more finely controlled and put in more generally than [storyURL] sections.