Skip to content

Commit

Permalink
#3510: use data attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Jun 15, 2022
1 parent 212c941 commit de6a2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contentScript/contentScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import "./contentScript.scss";
import { uuidv4 } from "@/types/helpers";

const PIXIEBRIX_CONTENT_SCRIPT_NONCE = "pb-nonce";
const PIXIEBRIX_CONTENT_SCRIPT_NONCE = "data-pb-nonce";
const PIXIEBRIX_SYMBOL = Symbol.for("pixiebrix-content-script");
const uuid = uuidv4();
// Should set attribute as early as possible
Expand Down

0 comments on commit de6a2a8

Please sign in to comment.