You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EmbeddedCDXServer has a feature that turns off robots exclusion check for embeds, but it is not working at all because PrivTokenAuthChecker.isAllUrlAccessAllowed() method turns robots exclusion flag on again.
I consider it a bad practice for getter method to have this kind of side-effect.
The text was updated successfully, but these errors were encountered:
EmbeddedCDXServer
has a feature that turns off robots exclusion check for embeds, but it is not working at all because PrivTokenAuthChecker.isAllUrlAccessAllowed() method turns robots exclusion flag on again.I consider it a bad practice for getter method to have this kind of side-effect.
The text was updated successfully, but these errors were encountered: