SpiffyTitles: remove duplicate config variable

This commit is contained in:
Gordon Shumway 2020-05-26 09:48:01 -04:00 committed by GitHub
parent 5c3d157f41
commit bcd15bd174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,22 +238,6 @@ conf.registerChannelValue(
),
)
conf.registerGlobalValue(
SpiffyTitles.default,
"userAgents",
registry.CommaSeparatedListOfStrings(
[
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101"
" Firefox/75.0",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101"
" Firefox/76.0",
"Mozilla/5.0 (Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0",
"Mozilla/5.0 (Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0",
],
_("""Reported user agent when fetching links"""),
),
)
# default title template - show a warning if redirects to a different domain
conf.registerChannelValue(
SpiffyTitles.default,