Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #7231: Fix farbling script (#7232)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuba authored and iccub committed Apr 12, 2023
1 parent 39b66f1 commit bf1a092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

"use strict";

window.__firefox__.execute("FarblingProtection", function($) {
window.__firefox__.execute(function($) {
(function() {
const args = $<farbling_protection_args>;
const braveNacl = window.nacl
Expand Down

0 comments on commit bf1a092

Please sign in to comment.