Skip to content

Commit

Permalink
Merge pull request #1507 from bcgov/develop
Browse files Browse the repository at this point in the history
Deployment PR - 1027
  • Loading branch information
mhuseinov authored Mar 14, 2024
2 parents 0467a33 + d2c840a commit d74de90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portal-frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http {
add_header 'X-XSS-Protection' '1; mode=block';
add_header 'Strict-Transport-Security' 'max-age=31536000; includeSubDomains; preload';
add_header 'Cache-control' 'no-cache';
add_header 'Content-Security-Policy' "default-src 'self';img-src 'self';style-src 'unsafe-inline' 'self';connect-src $ENABLED_CONNECT_SRC; font-src 'self' https://fonts.gstatic.com https://fonts.googleapis.com; base-uri 'self'; object-src 'none';";
add_header 'Content-Security-Policy' "default-src 'self';img-src 'self';style-src 'unsafe-inline' 'self';connect-src $ENABLED_CONNECT_SRC; font-src 'self' https://fonts.gstatic.com https://fonts.googleapis.com; base-uri 'self'; object-src https://nrs.objectstore.gov.bc.ca; frame-src https://nrs.objectstore.gov.bc.ca;";
add_header 'Permissions-Policy' 'camera=(), geolocation=(), microphone=()';
add_header 'Referrer-Policy' 'same-origin';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const template = `<mjml>
</mj-text>
<mj-table>
<tr style="text-align: left; font-size: 16px; border: 1px solid black;">
<th style="padding-left: 8px; border-right: 1px solid black;">Application Type</th>
<th style="padding-left: 8px; border-right: 1px solid black;">NOI Type</th>
<th style="padding-left: 8px">ALC Portion of Fee</th>
</tr>
${noiFees
Expand Down

0 comments on commit d74de90

Please sign in to comment.