Skip to content

Commit

Permalink
Gix sidebar docs extension for chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Nov 10, 2023
1 parent c3f3543 commit 61b115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/server/ServerContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class ServerContainer extends Container {

app.use((req, res, next) => {
res.header('GIT_SHA', process.env.GIT_SHA);
res.header('x-frame-options', 'sameorigin');
res.header('x-frame-options', 'ALLOW-FROM https://docs.google.com/');
next();
});

Expand Down

0 comments on commit 61b115b

Please sign in to comment.