Add an article ID to every key's list in a lookup map (deduplicating). Skips dangerous keys (__proto__, constructor, prototype) to prevent prototype pollution.
__proto__
constructor
prototype
Lookup map (actor/domain/procedure → article IDs)
Keys under which to register the article ID
Article ID to add
Add an article ID to every key's list in a lookup map (deduplicating). Skips dangerous keys (
__proto__,constructor,prototype) to prevent prototype pollution.