Skip to content
Snippets Groups Projects
Commit b7958fe6 authored by Ere Maijala's avatar Ere Maijala Committed by Demian Katz
Browse files

Use https for RefWorks by default. (#1135)

parent e868389c
Branches
Tags
No related merge requests found
...@@ -1079,7 +1079,7 @@ replace_other_urls = true ...@@ -1079,7 +1079,7 @@ replace_other_urls = true
; These settings affect RefWorks record exports. They rarely need to be changed. ; These settings affect RefWorks record exports. They rarely need to be changed.
[RefWorks] [RefWorks]
vendor = VuFind vendor = VuFind
url = http://www.refworks.com url = https://www.refworks.com
; These settings affect EndNote Web record exports. They rarely need to be changed. ; These settings affect EndNote Web record exports. They rarely need to be changed.
[EndNoteWeb] [EndNoteWeb]
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
[RefWorks] [RefWorks]
requiredMethods[] = getTitle requiredMethods[] = getTitle
redirectUrl = "{config|RefWorks|url|http://www.refworks.com}/express/expressimport.asp?vendor={encodedConfig|RefWorks|vendor|VuFind}&filter=RefWorks%20Tagged%20Format&encoding=65001" redirectUrl = "{config|RefWorks|url|https://www.refworks.com}/express/expressimport.asp?vendor={encodedConfig|RefWorks|vendor|VuFind}&filter=RefWorks%20Tagged%20Format&encoding=65001"
bulkExportType = post bulkExportType = post
postField = ImportData postField = ImportData
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment