- Issue created by @tm01xx
- 🇳🇱Netherlands groendijk
Maybe consider not only look at paths but somewhere you can define roles in which case other rules are applied. Most easy fix would be to just add unsafe inline when a user role is in the defined roles.
- 🇳🇿New Zealand jweowu
You can use
hook_seckit_options_alter()
to modify the settings however you wish based on any arbitrary criteria, certainly including "this is an admin path". For the Drupal 8+ versions, you'll need ✨ Provide hook_seckit_options_alter() D8 Needs review to provide the hook. - 🇳🇱Netherlands groendijk
Nice, Thanks @jweowu! Think this issue can be closed now? Agree @tm01xx?