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
Adding a lockdown feature to mythweb. We check the user agent (and a get var) to see if it is a search engine or bot or the like. If it is, we lock down the mythweb install until the lockfile is manually removed. The idea is to prevent people from having their installs indexed without their knowledge. It is not perfect, but it is a start. There is a way to disable this feature if the user wants, and it is covered in the updated README file.
Copy file name to clipboardExpand all lines: modules/_shared/lang/English.lang
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -337,6 +337,10 @@
337
337
"LOADING"
338
338
"Local Server Statistics"
339
339
"Local weather forecast"
340
+
"LOCKDOWN_NOTICE"
341
+
MythWeb has detected a bot accessing this install. We have locked down the install to prevent any issues with bots deleting all your recordings or allowing other people from accessing your mythweb install without your permission. Please secure your install (read the INSTALL and README files) and remove
342
+
"LOCKDOWN_NOTICE_2"
343
+
to unlock this install. To disable this feature, read the README file.
0 commit comments