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
// You can copy/paste all of the functions from any of the existing framework-specific packages, e.g.: [echohelmet/helmet.go](echohelmet/helmet.go#L32)
188
+
// NoRobotIndex applies header to protect your server from robot indexation
189
+
funcNoRobotIndex() BeegoMiddleware {
190
+
returnwrapMiddleware(core.NoRobotIndex())
191
+
}
192
+
```
193
+
158
194
## Contributing
159
195
160
196
Contributions are welcome! Please feel free to submit a Pull Request.
0 commit comments