mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 08:26:22 +00:00
Merge branch 'camjac251-location.hostname' into safe.fiery.me
This commit is contained in:
commit
2f7d1533e3
@ -18,7 +18,7 @@ page.prepareShareX = () => {
|
|||||||
headers.age = page.uploadAge || ''
|
headers.age = page.uploadAge || ''
|
||||||
headers.striptags = page.stripTags || ''
|
headers.striptags = page.stripTags || ''
|
||||||
|
|
||||||
const origin = (window.location.hostname + window.location.pathname).replace(/\/(dashboard)?$/, '')
|
const origin = (window.location.host + window.location.pathname).replace(/\/(dashboard)?$/, '')
|
||||||
const originClean = origin.replace(/\//g, '_')
|
const originClean = origin.replace(/\//g, '_')
|
||||||
|
|
||||||
const sharexConfObj = {
|
const sharexConfObj = {
|
||||||
|
Loading…
Reference in New Issue
Block a user