This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 36a4180bd37e851686b95ac4aac5bfe22036ce49 Mon Sep 17 00:00:00 2001 | |
From: root <[email protected]> | |
Date: Tue, 19 Sep 2023 02:53:45 +0000 | |
Subject: [PATCH] Hacks to allow unsafe-eval in mv3 chrome extensions | |
--- | |
chrome/browser/ash/system_web_apps/apps/terminal_source.cc | 2 +- | |
extensions/common/csp_validator.cc | 2 +- | |
extensions/common/manifest_handlers/csp_info.cc | 6 +++--- | |
3 files changed, 5 insertions(+), 5 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# import an MS SQL .bak backup file to an MS SQL database, then export all | |
# tables to csv. run this script as `import.sh <filename>`. It expects to be | |
# run in the same directory as the backup file. | |
# this is only tested on my mac (OS X Catalina). I tried to stick to posix, but | |
# It will probably require some tweaking for you. I hope it gives a general | |
# sense of what you need to do at the very least. |