This website requires JavaScript.
Explore
Help
Sign In
luisgulo
/
photoprism
Watch
1
Star
0
Fork
0
You've already forked photoprism
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
photoprism
/
internal
/
server
/
header
/
proto.go
8 lines
87 B
Go
Raw
Normal View
History
Unescape
Escape
Security: Add http rate limiter and auto tls mode #98 Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-10-11 22:44:11 +02:00
package
header
var
(
ProtoHttp
=
"http"
ProtoHttps
=
"https"
Security: Disable HTTPS redirect by default #98 Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-10-13 23:44:51 +02:00
ProtoWss
=
"wss"
Security: Add http rate limiter and auto tls mode #98 Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-10-11 22:44:11 +02:00
)
Reference in New Issue
Copy Permalink