Create and use proxy server middleware

Because
- Get over of CORS and mixed content browser errors
This commit is contained in:
Hossein Nedaee
2019-10-19 23:27:16 +03:30
parent 18178741c8
commit 1c99ffa3cc
4 changed files with 97 additions and 21 deletions

View File

@@ -32,12 +32,6 @@
</li>
</ul>
</pw-section>
<!--
PROXY SETTINGS
--------------
This feature is currently not finished.
<pw-section class="blue" label="Proxy">
<ul>
<li>
@@ -46,7 +40,10 @@
</pw-toggle>
</li>
</ul>
<!--
PROXY SETTINGS URL AND KEY
--------------
This feature is currently not finished.
<ul>
<li>
<label for="url">URL</label>
@@ -57,8 +54,9 @@
<input id="key" type="password" v-model="settings.PROXY_KEY" :disabled="!settings.PROXY_ENABLED" @change="applySetting('PROXY_KEY', $event)">
</li>
</ul>
-->
</pw-section>
-->
</div>
</template>
<script>