siwwy :3 #3
					 1 changed files with 2 additions and 1 deletions
				
			
		Use the current hostname in schemeSwap.js instead of hard coding it
				commit
				
					
					
						6f695daddc
					
				
			
		| 
						 | 
					@ -26,10 +26,11 @@ function getCookie(cname) {
 | 
				
			||||||
 * @param {number} exdays Cookie lifespan (days)
 | 
					 * @param {number} exdays Cookie lifespan (days)
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
function setCookie(cname, cvalue, exdays) {
 | 
					function setCookie(cname, cvalue, exdays) {
 | 
				
			||||||
 | 
					    const hostname = window.location.hostname;
 | 
				
			||||||
    const d = new Date();
 | 
					    const d = new Date();
 | 
				
			||||||
    d.setTime(d.getTime() + (exdays*24*60*60*1000));
 | 
					    d.setTime(d.getTime() + (exdays*24*60*60*1000));
 | 
				
			||||||
    let expires = "expires="+ d.toUTCString();
 | 
					    let expires = "expires="+ d.toUTCString();
 | 
				
			||||||
    document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/;SameSite=Strict;Domain=.diskfloppy.me";
 | 
					    document.cookie = `${cname}=${cvalue};${expires};path=/;SameSite=Strict;Domain=${hostname}`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue