add setRealm rewriting

This commit is contained in:
velzie 2024-08-25 20:53:43 -04:00
parent 6d498950e3
commit 5024e19c08
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
3 changed files with 28 additions and 1 deletions

View file

@ -52,6 +52,7 @@ fn get_config(scramjet: &Object) -> Config {
importfn: get_str(config, "importfn"),
rewritefn: get_str(config, "rewritefn"),
metafn: get_str(config, "metafn"),
setrealmfn: get_str(config, "setrealmfn"),
}
}