Skip to content

Commit

Permalink
PR was merged, so reverting csp to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 9, 2024
1 parent f4bd2f3 commit 988c981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import Server from "lume/core/server.ts";
import { basicAuth } from "lume/middlewares/basic_auth.ts";
import precompress from "lume/middlewares/precompress.ts";
import expires from "lume/middlewares/expires.ts";
// import csp from "https://raw.githubusercontent.com/lumeland/experimental-plugins/main/csp/mod.ts";
import csp from "https://raw.githubusercontent.com/lumeland/experimental-plugins/main/csp/mod.ts";

import csp from "https://raw.githubusercontent.com/RickCogley/experimental-plugins/refs/heads/main/csp/mod.ts";
//import csp from "https://raw.githubusercontent.com/RickCogley/experimental-plugins/refs/heads/main/csp/mod.ts";

const server = new Server({
port: 8000,
Expand Down

0 comments on commit 988c981

Please sign in to comment.