Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e97719

Browse files
authored
fix: change link to the Opal deployment of the IPS viewer (#1441)
Updated the IPS viewer link to Opal's deployed version of it.
1 parent 0f3e396 commit 9e97719

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

.typos.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ ridiculus = "ridiculus"
2020
# Predefined attributes
2121
itms = "itms"
2222

23-
# Words in URLs
24-
commonhealth = "commonhealth"
25-
2623
[default]
2724
extend-ignore-re = [
2825
# Commit hashes in CHANGELOG.md

src/js/constants/ips-viewer.constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
*
1111
* The URL must end in a forward slash.
1212
*/
13-
export default 'https://viewer.commonhealth.org/';
13+
export default 'https://viewer.opalmedapps.ca/';

static/landingpage/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Header set X-XSS-Protection "1; mode=block"
1212

1313
# add Content-Security-Policy headers
1414
# generated with https://www.validbot.com/tools/csp-wizard.php
15-
Header add Content-Security-Policy "base-uri 'self'; default-src 'none'; manifest-src 'self'; form-action 'none'; object-src 'none'; frame-ancestors 'none'; frame-src https://www.youtube.com https://viewer.commonhealth.org; font-src 'self'; img-src 'self' data: https://www.depdocs.com https://muhcguides.com; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.firebaseio.com; connect-src 'self' https://www.depdocs.com https://securetoken.googleapis.com https://identitytoolkit.googleapis.com wss://*.firebaseio.com;"
15+
Header add Content-Security-Policy "base-uri 'self'; default-src 'none'; manifest-src 'self'; form-action 'none'; object-src 'none'; frame-ancestors 'none'; frame-src https://www.youtube.com https://viewer.opalmedapps.ca; font-src 'self'; img-src 'self' data: https://www.depdocs.com https://muhcguides.com; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.firebaseio.com; connect-src 'self' https://www.depdocs.com https://securetoken.googleapis.com https://identitytoolkit.googleapis.com wss://*.firebaseio.com;"

0 commit comments

Comments
 (0)