Add the proxy server
This commit is contained in:
@@ -976,7 +976,7 @@ export default {
|
||||
const config = this.$store.state.postwoman.settings.PROXY_ENABLED
|
||||
? {
|
||||
method: "POST",
|
||||
url: `${window.location.protocol}//${window.location.host}/proxy`,
|
||||
url: `https://postwoman.apollotv.xyz/`,
|
||||
data: requestOptions
|
||||
}
|
||||
: requestOptions;
|
||||
|
||||
@@ -48,6 +48,9 @@
|
||||
</ul>
|
||||
</pw-section>
|
||||
<pw-section class="blue" icon="public" label="Proxy">
|
||||
<ul class="info">
|
||||
<li><p>Postwoman's Proxy is hosted by ApolloTV.<br>You can read the ApolloTV privacy policy by clicking <a href="https://apollotv.xyz/legal" target="_blank">here</a/>.</p></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
<pw-toggle
|
||||
@@ -75,6 +78,12 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.info {
|
||||
margin-left: 5px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import section from "../components/section";
|
||||
import swatch from "../components/settings/swatch";
|
||||
|
||||
Reference in New Issue
Block a user