Expand my Community achievements bar.

SOLVED

Sling referrer filter - question on allow.empty and allow.hosts.regexp

Avatar

Level 9

if allow.empty is enabled BUT I have entries in allow.hosts.regexp, is my instance still limited to the hosts lin the allow.hosts.regexp list or will the instance accept any request coming from anywhere? Thanks!

 

2025-05-01 15_49_51-Adobe Experience Manager Web Console - Configuration and 25 more pages - Profile.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @jayv25585659 ,

View solution in original post

2 Replies

Avatar

Level 5

Hi @jayv25585659 ,

If allow.empty=true, AEM will allow requests with no Referer header regardless of what's in allow.hosts.regexp. But if a Referer header is present, it must match the allow.hosts.regexp pattern to be accepted.

Avatar

Correct answer by
Community Advisor

Hi @jayv25585659 ,