mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 09:16:17 -04:00
The recipe and input are now stored in the hash part of the URL
This commit is contained in:
parent
61951e76ac
commit
00e7d8a390
4 changed files with 50 additions and 29 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
ga('create', 'UA-85682716-2', 'auto');
|
||||
|
||||
// Specifying location.pathname here overrides the default URL which would include arguments.
|
||||
// Specifying location.pathname here overrides the default URL which could include arguments.
|
||||
// This method prevents Google Analytics from logging any recipe or input data in the URL.
|
||||
ga('send', 'pageview', location.pathname);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue