- Issue created by @pcambra
- πΊπΈUnited States bburg Washington D.C.
Right now, we use a very early event listener, and try to minimize database reads to deal with the performance issue if these faceted pages being bombarded with requests. So I'll have to think about what can be done here. We could certainly look for the SSESS cookie, allow a bypass of the initial block, and do another proper role/permission check once Drupal is more bootstrapped. I'm definitely open to this feature.
- πΊπΈUnited States bburg Washington D.C.
I just made a push to the 1.0.x branch that adds a permission to bypass the block altogether. We can look at separate values per role in the future.