You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apprise_api/api/templates/base.html
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,20 +104,25 @@
104
104
<ulclass="collection z-depth-1">
105
105
<aclass="collection-item"
106
106
target="_blank"
107
+
rel="noopener noreferrer"
107
108
href="https://appriseit.com/services/"><iclass="material-icons" style="color: #38967c;">style</i>{% trans "Notification Services" %}</a>
108
109
<aclass="collection-item"
109
110
target="_blank"
111
+
rel="noopener noreferrer"
110
112
href="https://appriseit.com/config/"><iclass="material-icons">local_library</i> {% trans "Configuration Help" %}</a>
111
113
<aclass="collection-item"
112
114
target="_blank"
115
+
rel="noopener noreferrer"
113
116
href="https://appriseit.com/getting-started/"><iclass="material-icons">library_books</i> {% trans "Documentation" %}</a>
114
117
</ul>
115
118
<ulclass="collection z-depth-1">
116
119
<aclass="collection-item"
117
120
target="_blank"
121
+
rel="noopener noreferrer"
118
122
href="https://www.paypal.com/donate/?hosted_button_id=CR6YF7KLQWQ5E"><iclass="material-icons" style="color: maroon;">free_breakfast</i><strong>{% trans "Buy Developer A Coffee" %}</strong></a>
119
123
<aclass="collection-item"
120
124
target="_blank"
125
+
rel="noopener noreferrer"
121
126
href="https://github.com/sponsors/caronc"><iclass="material-icons" style="color: red;">favorite</i><strong>{% trans "Sponsor Apprise Development" %}</strong></a>
{% blocktrans %}You may also create an <ahref="https://appriseit.com/config/#cli" target="_blank">Apprise configuration file</a> that contains this line somewhere in it:{% endblocktrans %}
160
+
{% blocktrans %}You may also create an <ahref="https://appriseit.com/config/#cli" target="_blank"rel="noopener noreferrer">Apprise configuration file</a> that contains this line somewhere in it:{% endblocktrans %}
@@ -165,7 +179,7 @@ <h4>{% trans "API Endpoints" %}</h4>
165
179
</li>
166
180
</ul>
167
181
<p>
168
-
{% blocktrans %}More details on the JSON format can be found <ahref="https://appriseit.com/dev/apprise_details/" target="_blank">here</a>.{% endblocktrans %}
182
+
{% blocktrans %}More details on the JSON format can be found <ahref="https://appriseit.com/dev/apprise_details/" target="_blank"rel="noopener noreferrer">here</a>.{% endblocktrans %}
Copy file name to clipboardExpand all lines: apprise_api/api/templates/welcome.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<h4>{% trans "The Apprise API" %}</h4>
9
9
<p>
10
10
{% blocktrans %}
11
-
<atarget="_blank" href="https://github.com/caronc/apprise">Apprise</a> allows you to send a notification to almost
11
+
<atarget="_blank" href="https://github.com/caronc/apprise"rel="noopener noreferrer">Apprise</a> allows you to send a notification to almost
12
12
all of the most popular notification services available to us today such as: <em>Telegram</em>, <em>Discord</em>,
13
13
<em>Slack</em>, <em>Amazon SNS</em>, <em>Gotify</em>, etc.
14
14
This API provides a simple gateway to directly access it via an HTTP interface.{% endblocktrans %}
@@ -27,7 +27,7 @@ <h4>{% trans "The Apprise API" %}</h4>
27
27
<divclass="section">
28
28
<h4>{% trans "Stateless Endpoints" %}</h4>
29
29
<p>
30
-
{% blocktrans %}Those who wish to treat this API as nothing but a <ahref="https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar" target="_blank">sidecar</a> and/or
30
+
{% blocktrans %}Those who wish to treat this API as nothing but a <ahref="https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar" target="_blank"rel="noopener noreferrer">sidecar</a> and/or
31
31
microservice to their project only need to use the following URL.{% endblocktrans %}
32
32
</p>
33
33
<divclass="table-wrapper">
@@ -44,7 +44,7 @@ <h4>{% trans "Stateless Endpoints" %}</h4>
44
44
<code>{{ BASE_URL }}/notify/</code>
45
45
</td>
46
46
<td>
47
-
{% blocktrans %}Used to notify one one or more specified Apprise URLs. See the <atarget="_blank" href="https://appriseit.com/services/">Apprise Wiki</a> if you need help
47
+
{% blocktrans %}Used to notify one one or more specified Apprise URLs. See the <atarget="_blank" href="https://appriseit.com/services/"rel="noopener noreferrer">Apprise Wiki</a> if you need help
48
48
constructing your URL(s).{% endblocktrans %}
49
49
<divclass="section">
50
50
<table>
@@ -120,7 +120,7 @@ <h4>{% trans "Stateless Endpoints" %}</h4>
# {% blocktrans %}Send an web based file attachment to a <ahref="https://appriseit.com/services/discord/" target="_blank">Discord</a> server:{% endblocktrans %}<br/>
123
+
# {% blocktrans %}Send an web based file attachment to a <ahref="https://appriseit.com/services/discord/" target="_blank"rel="noopener noreferrer">Discord</a> server:{% endblocktrans %}<br/>
124
124
curl -X POST -F 'urls=discord://credentials' \<br/>
@@ -280,7 +280,7 @@ <h4>{% trans "Persistent Store Endpoints" %}</h4>
280
280
</td>
281
281
<td>
282
282
{% blocktrans %}Used to add a new Apprise configuration or a set of URLs and associates them with configuration
283
-
identified with the id of <em>{{key}}</em>. See the <atarget="_blank" href="https://appriseit.com/services/">Apprise Wiki</a> if you need help
283
+
identified with the id of <em>{{key}}</em>. See the <atarget="_blank" href="https://appriseit.com/services/"rel="noopener noreferrer">Apprise Wiki</a> if you need help
0 commit comments