}
if (!force && !httprequest.isParameterSet("forcedownload")) fctx.filterData = true;
else if(logMINOR) Logger.minor(this, "Content filter disabled via request parameter");
//Load the fetch context with the callbacks needed for web-pushing, if enabled
if(container.enableInlinePrefetch()) {
fctx.prefetchHook = new FoundURICallback() {
List<FreenetURI> uris = new ArrayList<FreenetURI>();
@Override
public void foundURI(FreenetURI uri) {