We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb56c3 commit 4f4f023Copy full SHA for 4f4f023
1 file changed
assets/apps_script/Code.gs
@@ -26,7 +26,7 @@
26
* CHANGE THE AUTH KEY BELOW TO YOUR OWN SECRET!
27
*/
28
29
-const AUTH_KEY = "CHANGE_ME_TO_A_STRONG_SECRET";
+const AUTH_KEY = "aaaaaaaa";
30
31
// Active-probing defense. When false (production default), bad AUTH_KEY
32
// requests get a decoy HTML page that looks like a placeholder Apps
0 commit comments