This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
MarginaliaSearch
Watch
1
Star
0
Fork
0
You've already forked MarginaliaSearch
mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced
2025-02-24 13:19:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
016a4c62e1
MarginaliaSearch
/
code
/
common
/
config
/
java
/
nu
/
marginalia
/
UserAgent.java
4 lines
89 B
Java
Raw
Normal View
History
Unescape
Escape
Restructuring the git repo
2023-03-04 12:19:01 +00:00
package
nu.marginalia
;
Make User-agent configurable.
2022-06-01 12:46:51 +00:00
(*) Overhaul settings and properties Use a system.properties file to configure the system. This is loaded statically by MainClass or ProcessMainClass. Update the property names to be more consistent, and update the documentations to reflect the changes.
2024-01-13 16:12:18 +00:00
public
record
UserAgent
(
String
uaString
,
String
uaIdentifier
)
{
}
Reference in New Issue
Copy Permalink