RU EN
FREE


BB3RefererPolicy

Defining a referrer policy

The extension adds the ability to define referrer policy on the forum. A referrer is one of the client request headers that contains the URL of the request source, i.e. the address of the page from which the user went to the current page. The extension allows you to allow, deny or restrict the sent data depending on the current forum page using the meta tag.
Forum pages available for defining default referrer policy:
adm/index.php: Admin section pages
app.php: Forum extensions custom pages
faq.php: Help page (used by app.php)
index.php: Forums list page
mcp.php: Moderator section pages
memberlist.php: Memberlist and profile pages
posting.php: Post creation and editing page
report.php: Complaints page (used by app.php)
search.php: Search pages
ucp.php: Personal section pages
viewforum.php: Topic list pages
viewonline.php: Online user list page
viewtopic.php: Message pages

In addition to the specified pages in the extension, you can define the referrer policy for any other forum pages (with the php extension) that are located in the root directory of the forum (except for the common.php, config.php, cron.php, feed.php files)

Screenshots