]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/Referer.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / Referer.cc
CommitLineData
5dee515e 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
5dee515e 3 *
bbc27441
AJ
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
5dee515e 7 */
8
bbc27441
AJ
9/* DEBUG: section 28 Access Control */
10
582c2af2 11#include "squid.h"
3ad63615 12#include "acl/Checklist.h"
602d9612 13#include "acl/Referer.h"
3ad63615 14#include "acl/RegexData.h"
5dee515e 15
97427e90 16/* explicit template instantiation required for some systems */
17
789217a2 18template class ACLRequestHeaderStrategy<Http::HdrType::REFERER>;
97427e90 19