Update ourumbraco references to https
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Umbraco.Web.UI.Properties {
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://our.umbraco.org/umbraco/webservices/api/repository.asmx")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://our.umbraco.org/umbraco/webservices/api/repository.asmx")]
|
||||
public string Umbraco_Web_UI_org_umbraco_our_Repository {
|
||||
get {
|
||||
return ((string)(this["Umbraco_Web_UI_org_umbraco_our_Repository"]));
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="Umbraco_Web_UI_org_umbraco_our_Repository" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://our.umbraco.org/umbraco/webservices/api/repository.asmx</Value>
|
||||
<Value Profile="(Default)">https://our.umbraco.org/umbraco/webservices/api/repository.asmx</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user