mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-06 21:28:30 +02:00
Fixed #415
- Fixed UI issue on the HSTS toggle - Added error message on save error for HSTS
This commit is contained in:
@@ -364,7 +364,7 @@
|
||||
method: "POST",
|
||||
data: {
|
||||
"domain": editingEndpoint.ep,
|
||||
"maxage": 31536000
|
||||
"maxage": HSTSEnabled?31536000:0,
|
||||
},
|
||||
success: function(data){
|
||||
if (data.error != undefined){
|
||||
|
Reference in New Issue
Block a user