Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# { # options: { # trim: true, # unescapeUrl: true, # stripGoogle: true, # tidyUrl: true, # filename: 'tmp/bangs.json' # } # } 'title' = 'Cleaning bangs: trim unescape-url strip-google tidy-url' '!askf5' = { old = { default = "https://my.f5.com/manage/s/global-search/%40uri#q=TEST(QUERY)&aq=%40f5_archived"}, new = {default = "https://my.f5.com/manage/s/global-search/@uri#q=TEST(QUERY)&aq=@f5_archived"}} # unescape: https://my.f5.com/manage/s/global-search/%40uri#q={{{s}}}&aq=%40f5_archived # update u: { # old: 'https://my.f5.com/manage/s/global-search/%40uri#q={{{s}}}&aq=%40f5_archived', # new: 'https://my.f5.com/manage/s/global-search/@uri#q={{{s}}}&aq=@f5_archived' # } '!attack' = { old = { default = "/search?q=TEST(QUERY)+site%3Aattack.mitre.org"}, new = {default = "/search?q=TEST(QUERY)+site:attack.mitre.org"}} # unescape: /search?q={{{s}}}+site%3Aattack.mitre.org # update u: { # old: '/search?q={{{s}}}+site%3Aattack.mitre.org', # new: '/search?q={{{s}}}+site:attack.mitre.org' # }
- Loading branch information