Hi there,
- Added a text placeholder: "[IMG]" for img_off mode.
- Added a http_referer preference. See details in dillorc2.
This couple plays well together. When in img_off mode, non loaded
images will show "[IMG]" (or original alt text), and the partial
referer helps with getting images from sites that don't allow external
sources.
>From the updated dillorc2:
# Set the HTTP Referer information (WARNING: affects privacy)
* # We use the same URI, not the refering page (to avoid cross-site tracking).
# none : No referer at all (full privacy).
# host : Default value. Send same URI's hostname (no sensible info is sent).
# path : same URI is sent (NO PRIVACY).
http_referer=host
Note: please read the "*"-marked line twice. ;)
--
Cheers
Jorge.-