This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
photoprism
Watch
1
Star
0
Fork
You've already forked photoprism
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
8b6770ef66
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 a new issue
Copy permalink