File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ ridiculus = "ridiculus"
2020# Predefined attributes
2121itms = " itms"
2222
23- # Words in URLs
24- commonhealth = " commonhealth"
25-
2623[default ]
2724extend-ignore-re = [
2825 # Commit hashes in CHANGELOG.md
Original file line number Diff line number Diff line change 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 /' ;
Original file line number Diff line number Diff 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;"
You can’t perform that action at this time.
0 commit comments