Clarify - NO SENSITIVE DATA on issue

This commit is contained in:
Fred Boniface 2023-05-24 12:12:16 +01:00
parent 2433671d85
commit 4877baae67
3 changed files with 4 additions and 4 deletions

View File

@ -40,8 +40,8 @@
<h2>Report an Issue</h2>
<p>To help diagnosing an issue, data about your browser and device will be
collected alongside the data that you enter below.</p>
<p>The data will be available publically in the <a href="https://git.fjla.uk/owlboard/backend/issues">
OwlBoard Issue Tracker</a>. A preview will be shown before the data is sent.</p>
<p>OwlBoard reported issues are visible to the public on the <a href="https://git.fjla.uk/owlboard/backend/issues">
OwlBoard Issue Tracker</a>. Do not include sensitive information, a preview will be shown before the data is sent.</p>
<label for="subject">Subject:</label><br>
<input type="text" name="subject" id="subject" class="text-entry"><br>
<label for="content">Message:</label><br>

View File

@ -1,6 +1,6 @@
/* eslint-disable no-unused-vars */
/* All Page Init */
const version = '2023.5.7'
const version = '2023.5.8'
/* Feature Detectors */

2
sw.js
View File

@ -1,6 +1,6 @@
/* Service Worker */
const swVersion = '2023.5.7-1'
const swVersion = '2023.5.8-1'
const cacheName = `owlboard-${swVersion}`
const cacheIDs = [cacheName]
let staticCache = [